diff options
author | Matthias Klose <doko@ubuntu.com> | 2007-09-05 07:45:09 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2007-09-05 07:45:09 +0000 |
commit | 50e47dba16df43b6d45849e364cce6963950d3ce (patch) | |
tree | cb612554356dc457d1941be80bdb32a9ef00649c /libjava/classpath/configure | |
parent | ac545c6462ebcbb067b2895bee6a67a7eecca728 (diff) | |
download | gcc-50e47dba16df43b6d45849e364cce6963950d3ce.zip gcc-50e47dba16df43b6d45849e364cce6963950d3ce.tar.gz gcc-50e47dba16df43b6d45849e364cce6963950d3ce.tar.bz2 |
configure.ac: Do not pass --with-native-libdir to classpath.
libjava/
2007-09-04 Matthias Klose <doko@ubuntu.com>
* configure.ac: Do not pass --with-native-libdir to classpath.
* configure: Regenerate.
libjava/classpath/
2007-09-04 Matthias Klose <doko@ubuntu.com>
* configure.ac: Append libgcj soversion to nativeexeclibdir.
* configure: Regenerate.
From-SVN: r128121
Diffstat (limited to 'libjava/classpath/configure')
-rwxr-xr-x | libjava/classpath/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/configure b/libjava/classpath/configure index 3e8b19d..7d283ed 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -4771,7 +4771,7 @@ if test "${with_native_libdir+set}" = set; then else - nativeexeclibdir='${toolexeclibdir}/gcj-'`cat ${srcdir}/../../gcc/BASE-VER` + nativeexeclibdir='${toolexeclibdir}/gcj-'`cat ${srcdir}/../../gcc/BASE-VER`-`awk -F: '/^[^#].*:/ { print $1 }' ${srcdir}/../libtool-version` fi; |