Update some autotools macros

This commit is contained in:
whydoubt
2005-03-29 03:40:48 +00:00
parent d1a6f47bfb
commit f1856c82f5
3 changed files with 6 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/extras/mdb-dump.c)
AM_INIT_AUTOMAKE(mdbtools,0.6pre1)
AM_CONFIG_HEADER(include/config.h)
AC_CONFIG_HEADERS(include/config.h)
AC_PROG_CC(gcc)
dnl Checks for programs.
@@ -161,16 +161,9 @@ fi
AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
dnl Checks for library functions.
OLDLDFLAGS=$LDFLAGS
VL_LIB_READLINE
LDFLAGS=$OLDLDFLAGS
localedir=${datadir}/locale
AC_SUBST(localedir)