mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new script: add autoreconf script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ce686a2d7f
commit
2005778fef
13
scripts/autoreconf
Executable file
13
scripts/autoreconf
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
. 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))
|
||||
|
||||
do_autoreconf $PKG_BUILD
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user