aledr wrote: > Good day! > > Just reporting in... > I'm always building my clamav rpms with these instructions: > -------------------------------------------------------------------------- > %install > %{__aclocal} > %{__autoconf} > %{__automake} > %configure --enable-experimental --disable-clamav > %{__make} > -------------------------------------------------------------------------- > > But with clamav-0.93 I got these errors after autoconf: > > configure.in:33: error: possibly undefined macro: AC_CREATE_TARGET_H > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.in:71: error: possibly undefined macro: AC_C_FPU_BIGENDIAN > configure.in:297: error: possibly undefined macro: AC_COMPILE_CHECK_SIZEOF
and aclocal needs to be run with -I m4 now, its better to use autoreconf to regenerate these files: $ autoreconf -vi autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.in: tracing autoreconf: running: libtoolize --copy Putting files in AC_CONFIG_AUX_DIR, `config'. libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite libtoolize: `ltmain.sh' exists: use `--force' to overwrite autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force autoreconf: Leaving directory `.' --Edwin _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net