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 | 1e2bf177098141b3e1f94314e5bc39582d6cb6f8 (patch) | |
tree | 0df3356e17e00dcb9f7e54206a67ea0358a79f67 /autogen.sh | |
parent | 3d5deba6d51a45195f891dcf37754fd65d0fee11 (diff) | |
download | enlightenment-1e2bf177098141b3e1f94314e5bc39582d6cb6f8.tar.gz enlightenment-1e2bf177098141b3e1f94314e5bc39582d6cb6f8.tar.xz enlightenment-1e2bf177098141b3e1f94314e5bc39582d6cb6f8.zip |
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 @@ #!/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 |