From: Orgad Shaneh <org...@gmail.com> It currently fails with the following error:
configure: creating ./config.status ./config.status: line 565: syntax error near unexpected token `\"' ./config.status: line 565: ` "\") CONFIG_FILES="$CONFIG_FILES \" ;;' Broke by c992c4d80f51540699f33fed067caf6b7c38df79. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4710832..6f01b07 100644 --- a/configure.ac +++ b/configure.ac @@ -505,8 +505,7 @@ AS_IF([test "x$make_cv_load" = xno && test "x$user_load" = xyes], ]) # Specify what files are to be created. -AC_CONFIG_FILES([Makefile glob/Makefile po/Makefile.in config/Makefile \ - doc/Makefile tests/config-flags.pm]) +AC_CONFIG_FILES([Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile tests/config-flags.pm]) # We don't need this, since the standard automake output will do. #mk/Posix.mk -- 2.15.1 _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make