Description: Use newer autoconf syntax to declare autogenerated files Author: Jonas Smedegaard 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