]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - configure.ac
Update the configure script and its dependencies
[thirdparty/sarg.git] / configure.ac
index 8c76b700410cc93920e919c3805a7d93cd33b130..e084593ba2eb8af3e0d40bb332da8bd555025a91 100644 (file)
@@ -1,7 +1,16 @@
 dnl Process this file with autoconf or autoreconf to produce a configure script.
 AC_INIT([sarg],[2.4.0-pre2])
 AC_CONFIG_SRCDIR([log.c])
-AC_CONFIG_AUX_DIR(cfgaux)
+AC_CONFIG_AUX_DIR([cfgaux])
+AC_CONFIG_MACRO_DIR([m4])
+
+dnl We don't use automake but the following macro is required to
+dnl install "install-sh" that is required by configure.
+dnl I may be a bug in autoconf 2.69...
+dnl But if it is enabled, the AM_GNU_GETTEXT produce a warning!
+dnl The solution for now is to manually run automake -a before
+dnl running the configure script
+dnl AM_INIT_AUTOMAKE
 
 AC_CANONICAL_HOST