diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-09 07:11:13 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-09 07:11:13 +0000 |
| commit | c21e0291fc62b6ef5e28ecd90e7d40ab0d4d9024 (patch) | |
| tree | 1ff671e31953b3f04f2e5d72c76a45fbaace6e23 /libjava/configure | |
| parent | e1aeac52620d5349ab7772f56318c77e5d121d53 (diff) | |
| download | ppe42-gcc-c21e0291fc62b6ef5e28ecd90e7d40ab0d4d9024.tar.gz ppe42-gcc-c21e0291fc62b6ef5e28ecd90e7d40ab0d4d9024.zip | |
2003-07-09 Michael Koch <konqueror@gmx.de>
* libgcj.pc.in
* Makefile.am
* Makefile.in
* configure
* configure.in
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69128 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure')
| -rwxr-xr-x | libjava/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure b/libjava/configure index 5808092e182..ff307d17db0 100755 --- a/libjava/configure +++ b/libjava/configure @@ -8820,7 +8820,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile include/config.h gcj/libgcj-config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile libgcj.pc libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile include/config.h gcj/libgcj-config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -9022,7 +9022,7 @@ EOF cat >> $CONFIG_STATUS <<EOF -CONFIG_FILES=\${CONFIG_FILES-"Makefile libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile"} +CONFIG_FILES=\${CONFIG_FILES-"Makefile libgcj.pc libgcj.spec libgcj-test.spec gnu/classpath/Configuration.java gcj/Makefile include/Makefile testsuite/Makefile"} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |

