diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-04-14 14:51:36 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-04-14 14:51:36 +0000 |
commit | e5250e3ad2568e52a1d70a51347fe3ec58127a8e (patch) | |
tree | 4e13c5ece9afd88acbd368ff3fd9845ac459f1c9 /autogen.sh | |
parent | a39a310a10f7994ab229e205a4fdaeca532ab224 (diff) |
autogen: unobrk things.
SVN revision: 58668
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 3563ad357..b7397d458 100755 --- a/autogen.sh +++ b/autogen.sh | |||
@@ -1,5 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | touch README | ||
4 | touch ABOUT-NLS | ||
5 | |||
3 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 | 6 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 |
4 | echo "Running autoheader..." ; autoheader || exit 1 | 7 | echo "Running autoheader..." ; autoheader || exit 1 |
5 | echo "Running autoconf..." ; autoconf || exit 1 | 8 | echo "Running autoconf..." ; autoconf || exit 1 |