Bump version number

darcs-hash:20060422101024-ac50b-8cfc71d94572187d8d3a6ce890beee0a0225a09a.gz
This commit is contained in:
axel 2006-04-22 20:10:24 +10:00
parent fd2644ce49
commit 13a7269378

View file

@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT(fish,1.21.5,fish-users@lists.sf.net) AC_INIT(fish,1.21.6,fish-users@lists.sf.net)
# If needed, run autoconf to regenerate the configure file # If needed, run autoconf to regenerate the configure file
AC_MSG_CHECKING([if autoconf needs to be run]) AC_MSG_CHECKING([if autoconf needs to be run])
@ -12,7 +12,7 @@ if test configure -ot configure.ac; then
if autoconf; then if autoconf; then
./configure "$@" ./configure "$@"
fi fi
exit exit
else else
AC_MSG_ERROR( [cannot find the autoconf program in your path. AC_MSG_ERROR( [cannot find the autoconf program in your path.
This program needs to be run whenever the configure.ac file is modified. This program needs to be run whenever the configure.ac file is modified.