X-Git-Url: http://pilppa.org/gitweb/?p=libplp.git;a=blobdiff_plain;f=autobuild.sh;h=abb7d1c508e2e89b43e1fbdf38b1b7285ecc1cff;hp=c3185915ac8428cf8424c807c6ca7e17772ba447;hb=2f0002fa1271a3a6f8f52bccdb256c9764c8e563;hpb=02410339261f276bc277f7a39ab5bed727932a41 diff --git a/autobuild.sh b/autobuild.sh index c318591..abb7d1c 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -1,11 +1,12 @@ #!/bin/sh +export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig if ! [ -e Makefile ] ; then echo "No Makefile available, generating it." libtoolize --automake --force --copy autoreconf --force --install - PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr/local + ./configure --prefix=/usr/local else echo "Makefile found, no need to generate it." fi