]> granicus.if.org Git - ipset/commitdiff
build: run autoupdate
authorJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 16:03:03 +0000 (18:03 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 16:03:03 +0000 (18:03 +0200)
AC_CANONICAL_SYSTEM is deprecated in favor of calling one or more of
AC_CANONICAL_{BUILD,HOST,TARGET}. Since configure.ac only uses $target,
only AC_CANONICAL_TARGET is needed.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
configure.ac

index b86ec14dc2a318750909ca05c6708044e9275a96..0bff3326b1244addeb3837627e5ae2f56a911ec1 100644 (file)
@@ -1,6 +1,6 @@
 dnl Boilerplate
 AC_INIT([ipset], [5.0], [kadlec@blackhole.kfki.hu])
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
@@ -105,7 +105,7 @@ AM_CONDITIONAL([DISABLE_EXTRA_FLAGS], [test "x$extra_flags" = xno])
 dnl Checks for programs
 AC_PROG_CC
 AM_PROG_CC_C_O
-AC_PROG_LIBTOOL
+LT_INIT
 AC_PROG_INSTALL
 AC_PROG_LN_S