Browse Source

Added autoheader config.h generation.

master
Svend Sorensen 19 years ago
parent
commit
6005651eec
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      configure.ac

+ 2
- 3
configure.ac View File

@@ -1,10 +1,9 @@
# configure.ac - process with autoconf to create configure script

AC_INIT(cuetools,1.3,sorensen@users.berlios.de)
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
# 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_RANLIB


Loading…
Cancel
Save