add correct default ACLOCAL and PKGCONFIG_PATH settings to autogen.sh

This commit is contained in:
Ben Byer 2008-04-08 20:35:17 -07:00 committed by Ben Byer
parent df21312c8b
commit 2bb14682c6

View File

@ -1,5 +1,8 @@
#! /bin/sh
export PKGCONFIG_PATH=/usr/X11/lib/pkgconfig:$PKGCONFIG_PATH
export ACLOCAL="aclocal -I /usr/X11/share/aclocal"
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.