remove /usr/local/bin path from autogen.sh that escaped
authorLuke Howard <lukeh@padl.com>
Mon, 16 May 2011 21:18:16 +0000 (23:18 +0200)
committerLuke Howard <lukeh@padl.com>
Mon, 16 May 2011 21:18:16 +0000 (23:18 +0200)
autogen.sh

index 8f6e35eeda14e841bee788b39d440fa6ac5448b4..adcdd2794c22601c2bdc24f6ea8b604c204ec72a 100755 (executable)
@@ -2,7 +2,6 @@
 # to really generate all files you need to run "make distcheck" in a
 # object tree, but this will do if you have all parts of the required
 # tool-chain installed
-PATH=/usr/local/bin:$PATH
-/usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
+autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
 find . -name '*-private.h' -delete
 find . -name '*-protos.h' -delete