From 998fc20bcd99b16afbdb36b1e7ec4590c6ce079e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 8 Feb 2011 16:38:48 +0100 Subject: [PATCH] scripts/autoreconf: cleanup old code Signed-off-by: Stephan Raue --- scripts/autoreconf | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/autoreconf b/scripts/autoreconf index f5862d3e5b..0c570c6717 100755 --- a/scripts/autoreconf +++ b/scripts/autoreconf @@ -23,7 +23,6 @@ . config/options $1 [ ! -f "$PKG_BUILD/configure.in" -a ! -f "$PKG_BUILD/configure.ac" ] && echo "configure.in or configure.ac not found" && exit 1 -#[ ! -f "$PKG_BUILD/Makefile.am" -a ! -f "$PKG_BUILD/Makefile.in" ] && echo "Makefile.am or Makefile.in not found" && exit 1 printf "%${INDENT}c AUTORECONF $1\n" >&$SILENT_OUT export INDENT=$((${INDENT:-1}+$INDENT_SIZE))