Added autoheader config.h generation.

This commit is contained in:
Svend Sorensen
2005-03-24 18:38:58 +00:00
parent 69a34cb4fc
commit 6005651eec

View File

@@ -1,10 +1,9 @@
# configure.ac - process with autoconf to create configure script # configure.ac - process with autoconf to create configure script
AC_INIT(cuetools,1.3,sorensen@users.berlios.de) AC_INIT(cuetools,1.3,sorensen@users.berlios.de)
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
# getting conflicting errors about config.h.in # getting conflicting errors about config.h.in
#AM_CONFIG_HEADER(config.h) AC_CONFIG_HEADERS(config.h)
#AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_RANLIB AC_PROG_RANLIB