libfprint icon indicating copy to clipboard operation
libfprint copied to clipboard

Autogen.sh wont work

Open mathew2214 opened this issue 8 years ago • 3 comments

when i try to run ./autogen.sh i get this console output

libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:11: installing './compile' configure.ac:2: installing './missing' examples/Makefile.am: installing './depcomp' libfprint/Makefile.am:176: error: REQUIRE_IMAGEMAGICK does not appear in AM_CONDITIONAL libfprint/Makefile.am:221: error: unterminated conditionals: REQUIRE_IMAGEMAGICK_TRUE /usr/share/automake-1.15/am/ltlib.am: warning: automake does not support am__installdirs being defined conditionally libfprint/Makefile.am:1: while processing 'lib_LTLIBRARIES'

mathew2214 avatar Apr 23 '18 17:04 mathew2214

Missing "endif" in "libfprint/Makefile.am" in Line 180.

fishbone222 avatar May 31 '18 09:05 fishbone222

After adding the endif on the Makefile, getting the following output:

./autogen.sh 
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:11: installing './compile'
configure.ac:12: installing './config.guess'
configure.ac:12: installing './config.sub'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
examples/Makefile.am: installing './depcomp'
libfprint/Makefile.am:176: error: REQUIRE_IMAGEMAGICK does not appear in AM_CONDITIONAL

mattvasc avatar Jun 09 '18 18:06 mattvasc

Any update on this issue? ./autogen is still not working

swapnillubal avatar Nov 21 '18 09:11 swapnillubal