Skip to content

Commit 1167859

Browse files
committed
autogen.sh: don't run aclocal
1 parent 14eacd7 commit 1167859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autogen.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
2222
echo "" >&2
2323
fi
2424

25-
aclocal --install || exit 1
25+
mkdir -p m4
26+
2627
glib-gettextize --force --copy || exit 1
2728
gtkdocize --copy || exit 1
2829
intltoolize --force --copy --automake || exit 1

0 commit comments

Comments
 (0)