8000 fix autoreconf errors by micmro · Pull Request #61 · rflynn/imgmin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix autoreconf errors #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2016
Merged

fix autoreconf errors #61

merged 1 commit into from
Dec 11, 2016

Conversation

micmro
Copy link
Contributor
@micmro micmro commented Dec 8, 2016
  • add executable extensions
  • new AM_INIT_AUTOMAKE syntax
  • add right version (1.1)

- add executable extensions
- new AM_INIT_AUTOMAKE syntax
- add right version (1.1)
@micmro
Copy link
Contributor Author
micmro commented Dec 8, 2016

running autoreconf -fi caused the following errors:

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'

@rflynn rflynn merged commit 9dff8bf into rflynn:master Dec 11, 2016
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/imgmin that referenced this pull request Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0