autogen: unobrk things.

SVN revision: 58668
This commit is contained in:
Cedric BAIL 2011-04-14 14:51:36 +00:00
parent 3d5deba6d5
commit 1e2bf17709
1 changed files with 3 additions and 0 deletions

View File

@ -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