Use /home/verm in lieu of ~ as it won't get expanded.

Originally committed to SVN as r3422.
This commit is contained in:
Amar Takhar 2009-08-16 22:01:38 +00:00
parent f3e84bea88
commit 6cae404100
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ else
BIN_MAKE="make"
fi
ACLOCAL_FLAGS="-I ~/build/wx/share/aclocal" ./autogen.sh ${CONFIGURE_ARGS} || exit $?
ACLOCAL_FLAGS="-I ${HOME}/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