aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gs/gs/1003_fix_autoconf_create_from_infiles.patch
blob: 2f9d898d9e064d98d3050fa5c1c6c43348d160fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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