libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER
authorAnatol Pomozov <anatol.pomozov@gmail.com>
Sun, 3 Feb 2013 01:32:45 +0000 (17:32 -0800)
committerMiklos Szeredi <mszeredi@suse.cz>
Mon, 4 Feb 2013 17:30:15 +0000 (18:30 +0100)
AM_CONFIG_HEADER has been deprecated for years and autotools 1.13
removes this macros at all.

ChangeLog
configure.in

index fa4ff2e137d3c40cfd3d005ee87b73b5bfa81524..2f073ce2c0d08c74b2fc6dde480e85a5683e6cb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
 
        * libfuse: configure: detect new util-linux
 
+       * libfuse: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER.
+       Patch by Anatol Pomozov
+
 2012-10-01  Miklos Szeredi <miklos@szeredi.hu>
 
        * Released 2.9.2
index 671d670b939b06e7a8e9b2af40cf6fbcbdc1f84d..0737badcb31a693487230d635ecef2a7f1b689aa 100644 (file)
@@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
-AM_CONFIG_HEADER(include/config.h)
+AC_CONFIG_HEADERS(include/config.h)
 
 AC_PROG_LIBTOOL
 AC_PROG_CC