Parcourir la source

* Small problem with sed in depend.m4 fixed

svn: 621
Bryan Drewery il y a 22 ans
Parent
commit
a516b541be
2 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 2 1
      autotools/includes/depend.m4
  2. 3 2
      configure

+ 2 - 1
autotools/includes/depend.m4

@@ -14,7 +14,8 @@ for mf in $files; do
   for file in `sed -n -e '
     /^OBJS = .*\\\\$/ {
       s/^OBJS = //
-      :loop   s/\\\\$//
+      :loop   
+        s/\\\\$//
         p
         n
         /\\\\$/ b loop

+ 3 - 2
configure

@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.3 .
+# From configure.ac Revision: 1.4 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -12318,7 +12318,8 @@ echo X"$mf" |
   for file in `sed -n -e '
     /^OBJS = .*\\\\$/ {
       s/^OBJS = //
-      :loop   s/\\\\$//
+      :loop
+        s/\\\\$//
         p
         n
         /\\\\$/ b loop