Stop trying to make the m4 directory. It already exists in the source tree.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 25 Aug 2009 21:38:33 +0000 (21:38 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 25 Aug 2009 21:38:33 +0000 (21:38 +0000)
SVN revision: 41986

autogen.sh

index 0149ee6..995ff2f 100755 (executable)
@@ -3,8 +3,6 @@
 rm -rf autom4te.cache
 rm -f aclocal.m4 ltmain.sh
 
-mkdir m4
-
 touch README
 
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1