Skip to content

Commit

Permalink
Fix the check for autoheader in autogen.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jan 9, 2013
1 parent 052ba60 commit e63ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -134,7 +134,7 @@ aclocal -Wnone -I m4 -I . $ACLOCAL_FLAGS || {
exit 1
}

if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
if grep "^AC_CONFIG_HEADERS" configure.in >/dev/null; then
echo "Running autoheader..."
autoheader || { echo "**Error**: autoheader failed."; exit 1; }
fi
Expand Down

0 comments on commit e63ddd2

Please sign in to comment.