fix macro
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 22 May 2004 13:10:40 +0000 (13:10 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 22 May 2004 13:10:40 +0000 (13:10 +0000)
Original commit message from CVS:
fix macro

m4/as-scrub-include.m4

index 1ef251f..95090cc 100644 (file)
@@ -26,7 +26,7 @@ AC_DEFUN([AS_SCRUB_INCLUDE],
   dnl line
   INCLUDE_DIRS=`echo $INCLUDE_DIRS | sed -e 's/.*<...> search starts here://' | sed -e 's/End of search list.*//'`
   for dir in $INCLUDE_DIRS; do
-    command="sed -e s#-I$dir##"
+    command="sed -e s#-I$dir ##"
     GIVEN_CFLAGS=`echo $GIVEN_CFLAGS | $command`
   done
   [$1]=$GIVEN_CFLAGS