diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-05-23 00:06:49 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-05-23 00:06:49 +0000 |
commit | bc286f95ec5f5dbf4605cfa881a4666b18b62827 (patch) | |
tree | 36717a7de479935daf96df99ff8028d804e0c48e /bfd/configure.in | |
parent | fb90c1aa1fc6eebee7c9fbc6f312fdd1488d7d1c (diff) | |
download | gdb-bc286f95ec5f5dbf4605cfa881a4666b18b62827.zip gdb-bc286f95ec5f5dbf4605cfa881a4666b18b62827.tar.gz gdb-bc286f95ec5f5dbf4605cfa881a4666b18b62827.tar.bz2 |
* configure.in (is_release): Remove.
(bfd_version_date, bfd_version, bfd_version_string): Likewise.
(AC_OUTPUT): Don't output bfdver.h from version.h.
* configure: Regenerate.
* Makefile.am (RELEASE): New variable.
(bfdver.h): New target.
* Makefile.in: Regenerate.
* doc/Makefile.in: Likewise.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index eafe2ae..04f86b0 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -8,20 +8,6 @@ AC_CANONICAL_SYSTEM AC_ISC_POSIX AM_INIT_AUTOMAKE(bfd, 2.15.91) -# Uncomment the next line to remove the date from the reported bfd version -#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/'` -changequote([,])dnl - -bfd_version_string="\"${VERSION}\"" -if test x${is_release} = x; then - bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h` - bfd_version_string="\"${VERSION} ${bfd_version_date}\"" -fi -AC_SUBST(bfd_version) -AC_SUBST(bfd_version_string) dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl to call AC_CHECK_PROG. @@ -945,6 +931,6 @@ case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in esac rm -f doc/config.status -AC_OUTPUT(Makefile doc/Makefile bfd-in3.h:bfd-in2.h bfdver.h:version.h po/Makefile.in:po/Make-in, +AC_OUTPUT(Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in, [sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' -e '/BLD-POTFILES =/r po/BLD-POTFILES' po/Makefile.in > po/Makefile]) |