Schyrsivochter created an issue (geany/geany-plugins#1485) Running `./autogen.sh` in a freshly cloned copy of geany-plugins, on an Ubuntu 24.04.2 LTS machine with Automake, Autoconf and Autopoint installed, fails with the following output: ``` ~/projects/geany-plugins$ ./autogen.sh autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/[email protected] Copying file po/[email protected] Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin autoreconf: running: aclocal --force -I build/cache -I build -I build/bundled autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf --force configure.ac:16: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:16: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:16: the top level configure.ac:27: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd build/geany.m4:31: GP_CHECK_GEANY is expanded from... configure.ac:27: the top level configure.ac:27: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd build/geany.m4:1: _GP_GEANY_LIBDIR is expanded from... build/geany.m4:16: GP_GEANY_PKG_CONFIG_PATH_PUSH is expanded from... build/geany.m4:31: GP_CHECK_GEANY is expanded from... configure.ac:27: the top level configure.ac:29: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd build/gtk.m4:4: GP_CHECK_GTK_VERSION is expanded from... configure.ac:29: the top level configure.ac:30: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd build/compat.m4:8: PKG_CHECK_VAR is expanded from... build/cppcheck.m4:3: GP_CHECK_CPPCHECK is expanded from... configure.ac:30: the top level configure:8537: error: possibly undefined macro: AM_CONDITIONAL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:8984: error: possibly undefined macro: m4_tolower configure:8984: error: possibly undefined macro: AS_TR_SH autoreconf: error: /usr/bin/autoconf failed with exit status: 1 ```
Am I missing some undocumented dependencies or have I forgotten some required step? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1485 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
