From: Daniel Jacobowitz Date: Sun, 29 Dec 2002 05:10:25 +0000 (+0000) Subject: * configure.in: Clear is_release on the branch again. X-Git-Tag: binutils-2_13_2_1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87794b97b0f6f7b176e1de36ec44234ed5b843e2;p=thirdparty%2Fbinutils-gdb.git * configure.in: Clear is_release on the branch again. * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b3755f72785..58989f9f93b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-12-29 Daniel Jacobowitz + + * configure.in: Clear is_release on the branch again. + * configure: Regenerate. + 2002-12-28 Daniel Jacobowitz * configure.in: Version 2.13.2 released, set is_release. diff --git a/bfd/configure b/bfd/configure index ad57c9e3019..0e57f5dce78 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 c34af98dec6..e5b6236377a 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -9,7 +9,7 @@ AC_ISC_POSIX AM_INIT_AUTOMAKE(bfd, 2.13.2) # 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/'`