From 50e47dba16df43b6d45849e364cce6963950d3ce Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 5 Sep 2007 07:45:09 +0000 Subject: configure.ac: Do not pass --with-native-libdir to classpath. libjava/ 2007-09-04 Matthias Klose * configure.ac: Do not pass --with-native-libdir to classpath. * configure: Regenerate. libjava/classpath/ 2007-09-04 Matthias Klose * configure.ac: Append libgcj soversion to nativeexeclibdir. * configure: Regenerate. From-SVN: r128121 --- libjava/classpath/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/classpath/configure') 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; -- cgit v1.1