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"
|
||||
|
||||
|
||||
libtoolize --force --copy
|
||||
acinclude
|
||||
aclocal ${ACLOCALARG}
|
||||
which libtoolize >/dev/null 2>&1 && libtoolize --force --copy
|
||||
which acinclude >/dev/null 2>&1 && acinclude
|
||||
which aclocal >/dev/null 2>&1 && aclocal ${ACLOCALARG}
|
||||
autoconf
|
||||
|
||||
./configure ${CFGARGS} $*
|
||||
|
||||
Reference in New Issue
Block a user