Open CamilleScholtz opened 7 years ago
thanks for info. probably an issue with autopoint, pulling in the m4 file containing the macro from latest gnulib (or if missing there, from gnu gettext) can fix it.
@onodera-punpun i guess you did run autopoint
, if not please upload m4
dir
[xhe@xhe-PC openbox-3.6.1]$ rm -r m4
[xhe@xhe-PC openbox-3.6.1]$ aclocal -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:99: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
configure.ac:100: warning: macro 'AM_GNU_GETTEXT' not found in library
[xhe@xhe-PC openbox-3.6.1]$ autopoint
[xhe@xhe-PC openbox-3.6.1]$ aclocal -I m4
[xhe@xhe-PC openbox-3.6.1]$ autoconf
Building openbox from git master: