История изменений
Исправление AntonyRF, (текущая версия) :
Лады, давай его посмотрим:
imageworsener
$ autoconf
configure.ac:7: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:15: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:17: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:23: error: possibly undefined macro: AM_INIT_AUTOMAKE
$ automake
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
Makefile.am: error: required file './INSTALL' not found
Makefile.am: 'automake --add-missing' can install 'INSTALL'
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './README' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
Makefile.am: error: required file './COPYING' not found
Makefile.am: 'automake --add-missing' can install 'COPYING'
Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:1: its definition is in aclocal's search path.
Makefile.am:2: warning: source file 'src/imagew-main.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
automake-1.16: warning: possible forward-incompatibility.
automake-1.16: At least a source file is in a subdirectory, but the 'subdir-objects'
automake-1.16: automake option hasn't been enabled. For now, the corresponding output
automake-1.16: object file(s) will be placed in the top-level directory. However,
automake-1.16: this behaviour will change in future Automake versions: they will
automake-1.16: unconditionally cause object files to be placed in the same subdirectory
automake-1.16: of the corresponding sources.
automake-1.16: You are advised to start using 'subdir-objects' option throughout your
automake-1.16: project, to avoid future incompatibilities.
Makefile.am:2: warning: source file 'src/imagew-api.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-resize.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-opt.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-allfmts.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-bmp.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-gif.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-miff.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-tiff.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-zlib.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-png.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-jpeg.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-webp.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-pnm.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-util.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:20: warning: source file 'src/imagew-cmd.c' is in a subdirectory,
Makefile.am:20: but option 'subdir-objects' is disabled
Makefile.am: error: required file './depcomp' not found
Makefile.am: 'automake --add-missing' can install 'depcomp'
/usr/share/automake-1.16/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.16/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.16/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.16/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
Исходная версия AntonyRF, :
Лады, давай его посмотрим:
imageworsener
$ automake
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
Makefile.am: error: required file './INSTALL' not found
Makefile.am: 'automake --add-missing' can install 'INSTALL'
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './README' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
Makefile.am: error: required file './COPYING' not found
Makefile.am: 'automake --add-missing' can install 'COPYING'
Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:1: its definition is in aclocal's search path.
Makefile.am:2: warning: source file 'src/imagew-main.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
automake-1.16: warning: possible forward-incompatibility.
automake-1.16: At least a source file is in a subdirectory, but the 'subdir-objects'
automake-1.16: automake option hasn't been enabled. For now, the corresponding output
automake-1.16: object file(s) will be placed in the top-level directory. However,
automake-1.16: this behaviour will change in future Automake versions: they will
automake-1.16: unconditionally cause object files to be placed in the same subdirectory
automake-1.16: of the corresponding sources.
automake-1.16: You are advised to start using 'subdir-objects' option throughout your
automake-1.16: project, to avoid future incompatibilities.
Makefile.am:2: warning: source file 'src/imagew-api.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-resize.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-opt.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-allfmts.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-bmp.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-gif.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-miff.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-tiff.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-zlib.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-png.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-jpeg.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-webp.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-pnm.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:2: warning: source file 'src/imagew-util.c' is in a subdirectory,
Makefile.am:2: but option 'subdir-objects' is disabled
Makefile.am:20: warning: source file 'src/imagew-cmd.c' is in a subdirectory,
Makefile.am:20: but option 'subdir-objects' is disabled
Makefile.am: error: required file './depcomp' not found
Makefile.am: 'automake --add-missing' can install 'depcomp'
/usr/share/automake-1.16/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.16/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.16/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.16/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.16/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.16/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again