configure.ac: remove explicit use of AB_INIT
authorJim Meyering <meyering@redhat.com>
Fri, 30 May 2008 12:14:43 +0000 (14:14 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 30 May 2008 12:14:43 +0000 (14:14 +0200)
* configure.ac: Don't invoke AB_INIT directly, now that it's
done automatically via gl_INIT.

configure.ac

index 6efb2aa..3c0e100 100644 (file)
@@ -32,7 +32,6 @@ AC_CONFIG_SRCDIR(src/ls.c)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
 
-AB_INIT()
 AM_INIT_AUTOMAKE([1.10.1 dist-lzma])
 
 AC_PROG_CC_STDC