autogen: unobrk things.
authorCedric BAIL <cedric.bail@free.fr>
Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)
SVN revision: 58668

autogen.sh

index 3563ad3..b7397d4 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+touch README
+touch ABOUT-NLS
+
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1