From: Daniel Jacobowitz Date: Tue, 14 May 2002 23:36:38 +0000 (+0000) Subject: 2002-05-14 Daniel Jacobowitz X-Git-Tag: binutils-2_12_1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50f36cb9a4ab8f28e146e8ab792b8eb139388ed4;p=thirdparty%2Fbinutils-gdb.git 2002-05-14 Daniel Jacobowitz * configure.in: Set is_release=y for 2.12.1 release. * configure: Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index acc122cc30d..987bd681bc5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-05-14 Daniel Jacobowitz + + * configure.in: Set is_release=y for 2.12.1 release. + * configure: Likewise. + 2002-05-13 David Edelsohn * configure.in: Auto-configure HAVE_ST_C_IMPL. diff --git a/bfd/configure b/bfd/configure index 8f259ec11a7..94c88ab67a7 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1199,7 +1199,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 d88110b4a2a..defa540afce 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -9,7 +9,7 @@ AC_ISC_POSIX AM_INIT_AUTOMAKE(bfd, 2.12.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/'`