From: Daniel Jacobowitz Date: Thu, 7 Nov 2002 22:38:37 +0000 (+0000) Subject: * configure.in: Clear is_release on the branch after release. X-Git-Tag: binutils-2_13_2~79 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac8eaddd3417763709ab3ece2c687b2f6d5f26c0;p=thirdparty%2Fbinutils-gdb.git * configure.in: Clear is_release on the branch after release. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5ae244bae72..e05cd12a415 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-11-07 Daniel Jacobowitz + + * configure.in: Clear is_release on the branch after release. + 2002-11-07 Daniel Jacobowitz * configure.in: Bump version and set is_release. diff --git a/bfd/configure b/bfd/configure index 0bda6b5b2f1..2eca955472a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1201,7 +1201,7 @@ fi # Uncomment the next line to remove the date from the reported bfd version -is_release=y +# is_release=y bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` diff --git a/bfd/configure.in b/bfd/configure.in index 0d7b3bfabf0..4db2520995a 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -9,7 +9,7 @@ AC_ISC_POSIX AM_INIT_AUTOMAKE(bfd, 2.13.1) # Uncomment the next line to remove the date from the reported bfd version -is_release=y +# is_release=y changequote(,)dnl bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`