mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
checking if acinclude, libtoolize and aclocal are present before calling in autogen.sh
This commit is contained in:
+3
-3
@@ -25,9 +25,9 @@ ACLOCALARG=""
|
|||||||
test -d /sw/share/ && ACLOCALARG=" -I /sw/share/aclocal"
|
test -d /sw/share/ && ACLOCALARG=" -I /sw/share/aclocal"
|
||||||
|
|
||||||
|
|
||||||
libtoolize --force --copy
|
which libtoolize >/dev/null 2>&1 && libtoolize --force --copy
|
||||||
acinclude
|
which acinclude >/dev/null 2>&1 && acinclude
|
||||||
aclocal ${ACLOCALARG}
|
which aclocal >/dev/null 2>&1 && aclocal ${ACLOCALARG}
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
./configure ${CFGARGS} $*
|
./configure ${CFGARGS} $*
|
||||||
|
|||||||
Reference in New Issue
Block a user