it seems gnome-autogen.sh doesn't run aclocal properly?

This commit is contained in:
Bart Hakvoort 2004-09-19 23:16:54 +00:00
parent 45c6406c07
commit bc23e5c447
1 changed files with 5 additions and 0 deletions

View File

@ -11,4 +11,9 @@ which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS" echo "You need to install gnome-common from the GNOME CVS"
exit 1 exit 1
} }
#i needed to put this one here on order to fix an weird depcomp error
aclocal
USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh