* configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Sep 2001 18:26:48 +0000 (18:26 +0000)
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Sep 2001 18:26:48 +0000 (18:26 +0000)
and $(MULTIBUILDTOP).
* configure: Re-generate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45515 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure
libjava/configure.in

index 8e158ad..8fd572e 100644 (file)
@@ -1,3 +1,9 @@
+2001-09-10  Manfred Hollstein  <manfredh@redhat.com>
+
+       * configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)
+       and $(MULTIBUILDTOP).
+       * configure: Re-generate.
+
 2001-09-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
        * include/jvm.h (_Jv_AllocRawObj): New prototype.
index 7ee698c..96a2ab8 100755 (executable)
@@ -2834,7 +2834,7 @@ if test "$with_libffi" != no; then
 EOF
 
    LIBFFI=../libffi/libfficonvenience.la
-   LIBFFIINCS="-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include"
+   LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
 fi
 
 
index 7c3534e..4dfe5d2 100644 (file)
@@ -170,7 +170,7 @@ LIBFFIINCS=
 if test "$with_libffi" != no; then
    AC_DEFINE(USE_LIBFFI)
    LIBFFI=../libffi/libfficonvenience.la
-   LIBFFIINCS="-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include"
+   LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I$(MULTIBUILDTOP)../libffi/include'
 fi
 AC_SUBST(LIBFFI)
 AC_SUBST(LIBFFIINCS)