create m4 directory before gtkdocize

This commit is contained in:
Tim Ruehsen 2014-04-02 11:23:38 +02:00
parent a0efde2ef3
commit 3900084f9c
1 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,9 @@ if test -z `which idn2`; then
exit 1
fi
# create m4 before gtkdocize
mkdir m4 2>/dev/null
GTKDOCIZE=`which gtkdocize 2>/dev/null`
if test -z $GTKDOCIZE; then
echo "No gtk-doc support found. You can't build the docs."
@ -19,8 +22,6 @@ else
gtkdocize || exit $?
fi
mkdir m4 2>/dev/null
autoreconf --install --force --symlink || exit $?
echo