Rename configure.in to configure.ac.

This commit is contained in:
Pavel Roskin 2004-01-22 06:35:03 +00:00
parent bbd66306bf
commit b995c294d4
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ significant changes have been done since the previous release.
Make sure that all significant user-visible changes are in the NEWS
file. Group changes by topics to improve readability.
Update configure.in with the new version.
Update configure.ac with the new version.
Make sure that maint/mctest covers most features of the current code and
run it in a clean working directory.
@ -33,4 +33,4 @@ Change the homepage to mention the new version.
Announce the release in both mailing lists.
Bump the version in configure.in.
Bump the version in configure.ac.

View File

@ -51,9 +51,9 @@ fi
# Remove old tarballs and build the new one
rm -f "mc*.tar.gz"
MCVERSION=`date "+%Y-%m-%d-%H" --utc`
cp -f configure.in configure.in.cvs
cp -f configure.ac configure.ac.cvs
sed "s/AM_INIT_AUTOMAKE([^)]*)/AM_INIT_AUTOMAKE(mc, $MCVERSION)/" \
configure.in.cvs >configure.in
configure.ac.cvs >configure.ac
./autogen.sh
make all
make distcheck