summaryrefslogtreecommitdiffstats
path: root/recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch')
-rw-r--r--recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch b/recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch
new file mode 100644
index 0000000000..2f9d898d9e
--- /dev/null
+++ b/recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch
@@ -0,0 +1,14 @@
+Description: Use newer autoconf syntax to declare autogenerated files
+Author: Jonas Smedegaard <dr@jones.dk>
+diff --git a/base/configure.ac b/base/configure.ac
+--- a/base/configure.ac
++++ b/base/configure.ac
+@@ -1077,6 +1077,7 @@ dnl --------------------------------------------------
+
+ AC_SUBST(OPT_CFLAGS)
+ AC_SUBST(GCFLAGS)
+-AC_OUTPUT(Makefile cups/pstopxl cups/pstoraster)
++AC_CONFIG_FILES([Makefile cups/pstopxl cups/pstoraster])
++AC_OUTPUT
+
+ chmod +x cups/pstopxl cups/pstoraster