mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Rename configure.in to configure.ac.
This commit is contained in:
parent
bbd66306bf
commit
b995c294d4
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user