File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dnl * Copyright (c) 2013 Natural Resources Canada
99dnl *
1010dnl ***********************************************************************/
1111
12- AC_INIT ( )
12+ AC_INIT
1313AC_CONFIG_MACRO_DIR ( [ macros] )
1414AC_CONFIG_HEADERS ( [ lib/pc_config.h pgsql/sqldefines.h] )
1515AC_LANG ( [ C++] )
@@ -363,10 +363,11 @@ dnl ===========================================================================
363363dnl Output the relevant files
364364dnl ===========================================================================
365365
366- AC_OUTPUT ([
366+ AC_CONFIG_FILES ( [
367367 config.mk
368368 pgsql/Makefile
369369] )
370+ AC_OUTPUT
370371
371372dnl ===========================================================================
372373dnl Display the configuration status information
You can’t perform that action at this time.
0 commit comments