diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-02-22 10:29:28 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-02-22 10:29:28 +0000 |
commit | 945f42446b96533893ae3d4e2d1f12c15990ec10 (patch) | |
tree | 4f64cbe4a19243cbe0e44d3966341c3a34bd9445 /autogen.sh | |
parent | 359a85e93da57ccc4f5f7157133e2109fe106faf (diff) | |
download | enlightenment-945f42446b96533893ae3d4e2d1f12c15990ec10.tar.gz |
efl: add back touch on configure time generated file.
SVN revision: 57232
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 c5040958cd..84da6a0b8f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,8 @@ #!/bin/sh +touch README +touch ABOUT-NLS + echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1 echo "Running autoconf..." ; autoconf || exit 1 |