Added autoheader config.h generation.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user