diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 35ad3a3ec..e78b0e051 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -129,6 +129,10 @@ mkdir -p build cd build if [ ! -f ../configure ] ; then + # this is not a typo + # in some scenarios it appears that autoreconf doesn't copy the + # ltmain.sh file; running it twice, however, fixes that problem + autoreconf --install .. autoreconf --install .. fi ../configure --prefix=$INSTALL_ROOT --disable-examples |