build: Call AC_CONFIG_HEADERS rather than AM_CONFIG_HEADER.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 27 Aug 2014 19:58:31 +0000 (21:58 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:53 +0000 (13:15 +0100)
The AM_CONFIG_HEADER autoconf macro is obsolete.

configure.ac

index 37f2fbc6135d92d532570a0edfc0c1d8503cfe08..6f8878a3e09c5b8b30f4f42f4a43825000b3c7a9 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ([2.61])
 
 AC_INIT([paraslash],[git],[maan@tuebingen.mpg.de])
 AC_PREREQ([2.61])
 
 AC_INIT([paraslash],[git],[maan@tuebingen.mpg.de])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 
 AC_CONFIG_FILES([Makefile])
 AC_DEFUN([add_dot_o],[$(for i in $@; do printf "$i.o "; done)])
 
 AC_CONFIG_FILES([Makefile])
 AC_DEFUN([add_dot_o],[$(for i in $@; do printf "$i.o "; done)])