2
0
Fork 0

Added option -I . to aclocal in bootstrap script on advise of George Danchev

Dieser Commit ist enthalten in:
Thomas Schmitt 2011-06-09 06:14:05 +00:00
Ursprung d3a3874bec
Commit 03ab9bab8f
2 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -1,7 +1,11 @@
#!/bin/sh -x
aclocal
aclocal -I .
libtoolize --copy --force
autoconf
# Not with libisoburn
# autoheader
automake --foreign --add-missing --copy --include-deps

Datei anzeigen

@ -1,6 +1,6 @@
#!/bin/sh -x
aclocal
aclocal -I .
libtoolize --copy --force
autoconf