diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 88f4d9a1..c3d5ffaa 100644 --- a/configure.ac +++ b/configure.ac @@ -261,8 +261,10 @@ dnl config.status dnl ]) AC_CONFIG_COMMANDS_POST([ if "$PATCH" -f < "$srcdir"/config.status.dep.patch > /dev/null 2>&1 || - ( cd "$srcdir" && "$PATCH" -f < Makefile.in.dep.patch || - grep "Ugly bootstrap hack to get to-be-generated files created" Makefile.in ) > /dev/null 2>&1 + ( cd "$srcdir" && + ( "$PATCH" -f < Makefile.in.dep.patch || + "$PATCH" -f < Makefile.in.dep.2.patch || + grep "Ugly bootstrap hack to get to-be-generated files created" Makefile.in ) ) > /dev/null 2>&1 then] AC_MSG_NOTICE([Applied a patch to work around a deficiency in] [Automake. See `configure.ac' for details.]) [else] AC_MSG_ERROR([failed to patch using `config.status.dep.patch'.] |