Add '~/build/wx/share/aclocal' to ACLOCAL_FLAGS so autogen can find the correct wxwin.m4.. not sure if this will work, we'll see.

Originally committed to SVN as r3420.
This commit is contained in:
Amar Takhar 2009-08-16 05:18:33 +00:00
parent 4526b0dc43
commit bafe88cf38
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ else
BIN_MAKE="make"
fi
./autogen.sh ${CONFIGURE_ARGS} || exit $?
ACLOCAL_FLAGS="-I ~/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
# XXX: Work around ancient versions of intltool (cough DEBIAN)
touch intltool-update.in intltool-merge.in intltool-extract.in