diff options
author | Marc Jessome <marc.jessome@gmail.com> | 2013-08-08 22:25:45 -0400 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2013-09-25 14:27:03 +0200 |
commit | 955d308bca9ff24ba56dd0669bb3608b3f29ca07 (patch) | |
tree | 36f99dbc5209da4b0d421755df17f994391797a4 | |
parent | c6a710b61229106162a71445e750e757a126b69b (diff) |
Rename configure.in -> configure.ac
-rw-r--r-- | INSTALL | 4 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac (renamed from configure.in) | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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' 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 -called `autoconf'. You only need `configure.in' if you want to change + The file `configure.ac' is used to create `configure' by a program +called `autoconf'. You only need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: @@ -52,7 +52,7 @@ do case "$c" in autoconf|autoheader) - VERNEEDED=`fgrep AC_PREREQ configure.in | $AC_VERSIONGREP` + VERNEEDED=`fgrep AC_PREREQ configure.ac | $AC_VERSIONGREP` VERSIONS="$AC_VERSIONS" pkg=autoconf ;; diff --git a/configure.in b/configure.ac index aa7d92bc..37380e73 100644 --- a/configure.in +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(configure.in) +AC_INIT(configure.ac) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(ncmpcpp, 0.6_pre) |