From 5ba3e84fafb0fd4190f5a0c096c19a9e3a214e40 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 6 Nov 2009 13:53:31 +0100 Subject: [PATCH] Remove obsolete statement in autogen.sh Nowadays we have actual files (tracket by VCS) in autotools/, so we know the directory exists. Signed-off-by: Iustin Pop Reviewed-by: Guido Trotter --- autogen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index c87d12b..286d0fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,6 @@ fi set -e rm -rf config.cache autom4te.cache -mkdir -p autotools ${ACLOCAL:-aclocal} -I autotools ${AUTOCONF:-autoconf} -- 1.7.10.4