* Makefile.in (distclean): Remove config.cache, stamp-h, and
config.status.
+2002-03-07 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in: Set is_release=y for 2.12 release.
+ * configure: Likewise.
+
2002-03-07 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Bump version to 2.12.
# 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/'`
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/'`
+2002-03-08 Daniel Jacobowitz <drow@mvista.com>
+
+ * Makefile.in (distclean): Remove config.cache, stamp-h, and
+ config.status.
+
2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
* linux-msg.sed: Comment typo fix.
distclean: clean
rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
+ rm -f config.cache stamp-h config.status
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"