From bafe88cf38ce20423ed66904287d6485c74d446e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 16 Aug 2009 05:18:33 +0000 Subject: [PATCH] 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. --- aegisub/tinderbox/unix/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tinderbox/unix/dist.sh b/aegisub/tinderbox/unix/dist.sh index b5a71b1ad..97af07fa7 100755 --- a/aegisub/tinderbox/unix/dist.sh +++ b/aegisub/tinderbox/unix/dist.sh @@ -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