create m4 directory before gtkdocize
This commit is contained in:
parent
a0efde2ef3
commit
3900084f9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue