Skip to content

Commit

Permalink
Actually include the m4 files in aclocal as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Norton committed Apr 19, 2011
1 parent 53cfdaa commit 845f4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Expand Up @@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
fi
fi

echo "Running aclocal -I . $ACLOCAL_FLAGS ..."
aclocal -I . $ACLOCAL_FLAGS || {
echo "Running aclocal -I m4 -I . $ACLOCAL_FLAGS ..."
aclocal -I m4 -I . $ACLOCAL_FLAGS || {
echo
echo "**Error**: aclocal failed. This may mean that you have not"
echo "installed all of the packages you need, or you may need to"
Expand Down
4 changes: 2 additions & 2 deletions eglib/autogen.sh
Expand Up @@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
fi
fi

echo "Running aclocal $ACLOCAL_FLAGS ..."
aclocal $ACLOCAL_FLAGS || {
echo "Running aclocal -I m4 $ACLOCAL_FLAGS ..."
aclocal -I m4 $ACLOCAL_FLAGS || {
echo
echo "**Error**: aclocal failed. This may mean that you have not"
echo "installed all of the packages you need, or you may need to"
Expand Down

0 comments on commit 845f4f7

Please sign in to comment.