Skip to content

Commit

Permalink
remove aclocal from autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed Apr 20, 2017
1 parent f992a30 commit 351a8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autogen.sh
Expand Up @@ -22,7 +22,8 @@ if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
echo "" >&2
fi

aclocal --install || exit 1
mkdir -p m4

glib-gettextize --force --copy || exit 1
intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install || exit 1
Expand Down

0 comments on commit 351a8f1

Please sign in to comment.