Rename configure.in -> configure.ac

This commit is contained in:
Marc Jessome
2013-08-08 22:25:45 -04:00
committed by Andrzej Rybczak
parent c6a710b612
commit 955d308bca
3 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ diffs or instructions to the address given in the `README' so they can
be considered for the next release. If at some point `config.cache' be considered for the next release. If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it. contains results you don't want to keep, you may remove or edit it.
The file `configure.in' is used to create `configure' by a program The file `configure.ac' is used to create `configure' by a program
called `autoconf'. You only need `configure.in' if you want to change called `autoconf'. You only need `configure.ac' if you want to change
it or regenerate `configure' using a newer version of `autoconf'. it or regenerate `configure' using a newer version of `autoconf'.
The simplest way to compile this package is: The simplest way to compile this package is:

View File

@@ -52,7 +52,7 @@ do
case "$c" in case "$c" in
autoconf|autoheader) autoconf|autoheader)
VERNEEDED=`fgrep AC_PREREQ configure.in | $AC_VERSIONGREP` VERNEEDED=`fgrep AC_PREREQ configure.ac | $AC_VERSIONGREP`
VERSIONS="$AC_VERSIONS" VERSIONS="$AC_VERSIONS"
pkg=autoconf pkg=autoconf
;; ;;

View File

@@ -1,4 +1,4 @@
AC_INIT(configure.in) AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6_pre) AM_INIT_AUTOMAKE(ncmpcpp, 0.6_pre)