This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: mark 2.12 release in configure.in


Committed to branch.


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-03-07  Daniel Jacobowitz  <drow@mvista.com>

        * configure.in: Set is_release=y for 2.12 release.
        * configure: Likewise.

Index: bfd/configure
===================================================================
RCS file: /cvs/src/src/bfd/configure,v
retrieving revision 1.103.2.2
diff -u -p -r1.103.2.2 configure
--- configure	2002/03/08 05:59:15	1.103.2.2
+++ configure	2002/03/08 06:13:44
@@ -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/'`
 
Index: bfd/configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.85.2.2
diff -u -p -r1.85.2.2 configure.in
--- configure.in	2002/03/08 05:59:17	1.85.2.2
+++ configure.in	2002/03/08 06:13:44
@@ -9,7 +9,7 @@ AC_ISC_POSIX
 
 AM_INIT_AUTOMAKE(bfd, 2.12)
 # 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/'`


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]