summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2011-02-22 10:29:28 +0000
committerCedric BAIL <cedric.bail@free.fr>2011-02-22 10:29:28 +0000
commit945f42446b96533893ae3d4e2d1f12c15990ec10 (patch)
tree4f64cbe4a19243cbe0e44d3966341c3a34bd9445 /autogen.sh
parent359a85e93da57ccc4f5f7157133e2109fe106faf (diff)
downloadenlightenment-945f42446b96533893ae3d4e2d1f12c15990ec10.tar.gz
efl: add back touch on configure time generated file.
SVN revision: 57232
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
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