Skip to content

Commit 1f7872a

Browse files
authored
Merge pull request #372 from pblottiere/fix_ac_warnings
Fix autoconf warnings
2 parents ce65dc5 + edc324e commit 1f7872a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure.ac

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dnl * Copyright (c) 2013 Natural Resources Canada
99
dnl *
1010
dnl ***********************************************************************/
1111

12-
AC_INIT()
12+
AC_INIT
1313
AC_CONFIG_MACRO_DIR([macros])
1414
AC_CONFIG_HEADERS([lib/pc_config.h pgsql/sqldefines.h])
1515
AC_LANG([C++])
@@ -363,10 +363,11 @@ dnl ===========================================================================
363363
dnl Output the relevant files
364364
dnl ===========================================================================
365365

366-
AC_OUTPUT([
366+
AC_CONFIG_FILES([
367367
config.mk
368368
pgsql/Makefile
369369
])
370+
AC_OUTPUT
370371

371372
dnl ===========================================================================
372373
dnl Display the configuration status information

0 commit comments

Comments
 (0)