mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
scripts/autoreconf: cleanup old code
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user