This commit is contained in:
brianb
2001-04-15 23:17:27 +00:00
parent d1020e33a0
commit c70f0ffb80
4 changed files with 6 additions and 250 deletions

View File

@@ -1,6 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/extras/mdb-dump.c)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(mdbtools,0.3)
AC_PROG_CC(gcc)
@@ -45,4 +44,4 @@ LDFLAGS=$OLDLDFLAGS
AC_SUBST(READLINE_LIBS)
AC_OUTPUT(src/util/Makefile src/extras/Makefile Makefile config/Makfile src/Makefile src/libmdb/Makefile include/Makefile src/sql/Makefile)
AC_OUTPUT(src/util/Makefile src/extras/Makefile Makefile src/Makefile src/libmdb/Makefile include/Makefile src/sql/Makefile)