Open szepeviktor opened 9 years ago
Newer autoconf (2.69-8) produces remarkable warnings:
# autoreconf -fiv
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:8: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
src/Makefile.am:8: warning: deprecated feature: target 'imgmin' overrides 'imgmin$(EXEEXT)'
src/Makefile.am:8: change your target to read 'imgmin$(EXEEXT)'
/usr/share/automake-1.14/am/program.am: target 'imgmin$(EXEEXT)' was defined here
src/Makefile.am:5: while processing program 'imgmin'
src/Makefile.am:11: warning: deprecated feature: target 'mod_imgmin' overrides 'mod_imgmin$(EXEEXT)'
src/Makefile.am:11: change your target to read 'mod_imgmin$(EXEEXT)'
/usr/share/automake-1.14/am/program.am: target 'mod_imgmin$(EXEEXT)' was defined here
src/Makefile.am:5: while processing program 'mod_imgmin'
src/apache2/Makefile.am:6: warning: source file '../imgmin.c' is in a subdirectory,
src/apache2/Makefile.am:6: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/apache2/Makefile.am:6: warning: source file '../dssim.c' is in a subdirectory,
src/apache2/Makefile.am:6: but option 'subdir-objects' is disabled
src/apache2/Makefile.am:8: warning: deprecated feature: target 'mod_imgmin_la' overrides 'mod_imgmin_la$(EXEEXT)'
src/apache2/Makefile.am:8: change your target to read 'mod_imgmin_la$(EXEEXT)'
/usr/share/automake-1.14/am/program.am: target 'mod_imgmin_la$(EXEEXT)' was defined here
src/apache2/Makefile.am:5: while processing program 'mod_imgmin_la'
autoreconf: Leaving directory `.'
I've added in
configure.ac
then
It produced imgmin executable.