From a607a865b1914b9d751fefd2aaa4336a316c4a18 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 23 Feb 2011 20:56:29 +0000 Subject: [PATCH] revert... SVN revision: 57286 --- legacy/eina/autogen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/eina/autogen.sh b/legacy/eina/autogen.sh index 2d8df88b1e..743d752269 100755 --- a/legacy/eina/autogen.sh +++ b/legacy/eina/autogen.sh @@ -1,6 +1,5 @@ #!/bin/sh -echo "Running autopoint..." ; autopoint -f || : echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1