diff options
| author | Jim Meyering <meyering@redhat.com> | 2008-05-30 14:14:43 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-05-30 14:14:43 +0200 |
| commit | eb4b2d462ea462547269b6380c6074e3ffcb60cf (patch) | |
| tree | 9c36b86e384044b31122223138bc3b6ac7e33241 | |
| parent | 72df741618e6c559db45dee1593f6874377f3bd6 (diff) | |
| download | coreutils-eb4b2d462ea462547269b6380c6074e3ffcb60cf.tar.gz coreutils-eb4b2d462ea462547269b6380c6074e3ffcb60cf.zip | |
configure.ac: remove explicit use of AB_INIT
* configure.ac: Don't invoke AB_INIT directly, now that it's
done automatically via gl_INIT.
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6efb2aae7..3c0e100c7 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |
