Closed ginggs closed 4 years ago
Hi, I think that this solution implies having a directory m4 within yabasic, which is easy enough :-) So the suggested changes and this dir are both part of yabasic 2.86.8 ; hope this helps ...
That fixed it, thanks!
Building yabasic 2.86.7 in Debian fails with the following:
I believe https://github.com/marcIhm/yabasic/blob/master/unix/lang/configure.ac#L7
AC_CONFIG_MACRO_DIRS([/usr/share/aclocal])
should be:AC_CONFIG_MACRO_DIRS([m4])
and https://github.com/marcIhm/yabasic/blob/master/unix/lang/Makefile.am#L9ACLOCAL_AMFLAGS = -I /usr/share/aclocal
should be:ACLOCAL_AMFLAGS = -I m4