From 945f42446b96533893ae3d4e2d1f12c15990ec10 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 22 Feb 2011 10:29:28 +0000 Subject: [PATCH] efl: add back touch on configure time generated file. SVN revision: 57232 --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index c5040958c..84da6a0b8 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