OSDN Git Service

* configure.ac: Add m4_pattern_allow(LIBOBJS).
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jan 2004 04:44:11 +0000 (04:44 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jan 2004 04:44:11 +0000 (04:44 +0000)
* configure: Regenerate.

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

libiberty/ChangeLog
libiberty/configure
libiberty/configure.ac

index 4f5d000..10c7f46 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-25  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * configure.ac: Add m4_pattern_allow(LIBOBJS).
+       * configure: Regenerate.
+
 2004-01-22  DJ Delorie  <dj@redhat.com>
 
        * Makefile.in: Convert to ./ throughout.  Rebuild dependencies
 2004-01-22  DJ Delorie  <dj@redhat.com>
 
        * Makefile.in: Convert to ./ throughout.  Rebuild dependencies
index 71f14e8..2f65976 100755 (executable)
@@ -5679,11 +5679,11 @@ fi
 
 # Figure out which version of pexecute to use.
 case "${host}" in
 
 # Figure out which version of pexecute to use.
 case "${host}" in
-     *-*-mingw* | *-*-winnt*)  pexecute=pex-win32.o  ;;
-     *-*-msdosdjgpp*)          pexecute=pex-djgpp.o  ;;
-     *-*-msdos*)               pexecute=pex-msdos.o  ;;
-     *-*-os2-emx*)             pexecute=pex-os2.o    ;;
-     *)                                pexecute=pex-unix.o   ;;
+     *-*-mingw* | *-*-winnt*)  pexecute=./pex-win32.o  ;;
+     *-*-msdosdjgpp*)          pexecute=./pex-djgpp.o  ;;
+     *-*-msdos*)               pexecute=./pex-msdos.o  ;;
+     *-*-os2-emx*)             pexecute=./pex-os2.o    ;;
+     *)                                pexecute=./pex-unix.o   ;;
 esac
 
 
 esac
 
 
@@ -6134,6 +6134,16 @@ else
 fi
 
 
 fi
 
 
+
+L=""
+for l in x $LIBOBJS; do
+  case $l in
+    x) ;;
+    *) L="$L ./$l" ;;
+  esac
+done
+LIBOBJS="$L"
+
 # We need multilib support, but only if configuring for the target.
                     ac_config_files="$ac_config_files Makefile testsuite/Makefile"
           ac_config_commands="$ac_config_commands default"
 # We need multilib support, but only if configuring for the target.
                     ac_config_files="$ac_config_files Makefile testsuite/Makefile"
           ac_config_commands="$ac_config_commands default"
index 3e379cc..e8907e7 100644 (file)
@@ -496,6 +496,7 @@ else
 fi
 AC_SUBST(INSTALL_DEST)
 
 fi
 AC_SUBST(INSTALL_DEST)
 
+m4_pattern_allow(LIBOBJS)
 L=""
 for l in x $LIBOBJS; do
   case $l in
 L=""
 for l in x $LIBOBJS; do
   case $l in