Regenerating configure.ac in libs-base
Hugo Melder <[email protected]> Tue, 23 Aug 2022 11:43:21 +0200
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I’m trying to regenerate the libs-base configure script with autoreconf -I (autoconf version 2.71). The command generates configure and a $CURRENT_GNUSTEP_MAKEFILES folder with the config.sub and config.guess scripts. Executing the configure script fails: configure: loading site script /etc/config.site configure: error: cannot find required auxiliary files: What is the correct way of generating the configure script? Hugo