Closed attuska closed 1 year ago
Can you try the just-updated master?
Yes. New error, after autoreconf:
./configure: line 17909: syntax error near unexpected token
fi' ./configure: line 17909:
fi'
Try now, please
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ else if test x"$with_allegro4" = x"yes" -a x"$with_allegro5" = x"no" -a test x"$
AC_MSG_NOTICE(building with allegro4)
else if test x"$with_allegro4" = x"yes" -a x"$with_allegro5" = x"yes" -a test x"$with_allegro" = x"yes" ; then
AC_MSG_ERROR(--with-allegro5 and --with-allegro4 are mutually exclusive)
-else if test x"$with_allegro" = x"no" ;
+else if test x"$with_allegro" = x"no" ; then
AC_MSG_NOTICE(building without allegro libraries)
fi
New error: ./configure: line 20419: syntax error: unexpected end of file
The commit https://github.com/dougmencken/HeadOverHeels/commit/f79776fd110a39737ce4449531392f47441542bd compiliert.