We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce65dc5 + edc324e commit 1f7872aCopy full SHA for 1f7872a
1 file changed
configure.ac
@@ -9,7 +9,7 @@ dnl * Copyright (c) 2013 Natural Resources Canada
9
dnl *
10
dnl ***********************************************************************/
11
12
-AC_INIT()
+AC_INIT
13
AC_CONFIG_MACRO_DIR([macros])
14
AC_CONFIG_HEADERS([lib/pc_config.h pgsql/sqldefines.h])
15
AC_LANG([C++])
@@ -363,10 +363,11 @@ dnl ===========================================================================
363
dnl Output the relevant files
364
dnl ===========================================================================
365
366
-AC_OUTPUT([
+AC_CONFIG_FILES([
367
config.mk
368
pgsql/Makefile
369
])
370
+AC_OUTPUT
371
372
373
dnl Display the configuration status information
0 commit comments