diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-03 12:29:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-03 12:29:10 +0000 |
commit | 87b632fc0798243be498cf837a4be29546081242 (patch) | |
tree | 3cc7988faea734d8c8a88e9956bb62602a2e86bb /bfd/configure | |
parent | 0a991dfe0d54a980dba9b2d031818d33474f84a0 (diff) | |
download | gdb-87b632fc0798243be498cf837a4be29546081242.zip gdb-87b632fc0798243be498cf837a4be29546081242.tar.gz gdb-87b632fc0798243be498cf837a4be29546081242.tar.bz2 |
bfd/ChangeLog
* configure.in (AC_OUTPUT <bfd-in3.h>): Remove version.h.
* configure: Regenerate.
* Makefile.am (BFD_H_FILES): Add version.h.
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
bfd/doc/ChangeLog
* Makefile.am (BFD_H_DEP): Add ../version.h.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/configure b/bfd/configure index 4056fcf..eb18a7b 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4313,7 +4313,7 @@ fi l= - if test -d $srcdir/po; then + if test -f $srcdir/po/POTFILES.in; then test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then @@ -6613,7 +6613,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h:version.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in config.h:config.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -6767,7 +6767,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile bfd-in3.h:bfd-in2.h:version.h po/Makefile.in:po/Make-in"} +CONFIG_FILES=\${CONFIG_FILES-"Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |