Clean up use of autoconf macros

This commit is contained in:
whydoubt
2006-05-24 01:37:18 +00:00
parent bc80bddf2b
commit f5f0f8b073
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +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)
AC_INIT(mdbtools, 0.6pre1, [mdbtools-dev@lists.sourceforge.net])
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(include/config.h)
AC_PROG_CC(gcc)