Hi all,

I've removed the unnecessary -I m4 flag from autogen.sh.

cheers,
dalibor topic

2007-04-22  Dalibor Topic  <[EMAIL PROTECTED]>

        * autogen.sh: Removed unnecessary -I m4 flag.

Index: autogen.sh
===================================================================
RCS file: /sources/classpath/classpath/autogen.sh,v
retrieving revision 1.18
diff -u -r1.18 autogen.sh
--- autogen.sh	19 Apr 2007 12:49:21 -0000	1.18
+++ autogen.sh	22 Apr 2007 16:45:33 -0000
@@ -50,8 +50,7 @@
         fi
 fi
 
-# Use the "-I m4 flag in order to include pkg.m4 and other .m4 files.
-autoreconf -I m4  --force --install --warnings=no-portability || exit $?
+autoreconf --force --install --warnings=no-portability || exit $?
 
 cd $ORIGDIR || exit $?
 

Reply via email to