NalaAlanIrah / cardpeek

Automatically exported from code.google.com/p/cardpeek
Other
1 stars 0 forks source link

./configure in INSTALL file but unversionned since 3d6ed072 #66

Open JulienPalard opened 8 years ago

JulienPalard commented 8 years ago

Also, trying to generate the ./configure file seems not to work for me:

$ autoconf
configure.ac:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:30: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:48: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:49: error: possibly undefined macro: AM_COND_IF
configure.ac:50: error: possibly undefined macro: AC_CONFIG_FILES
configure.ac:62: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:83: error: possibly undefined macro: AC_SEARCH_LIBS

$ ./configure 
./configure: line 2282: AM_INIT_AUTOMAKE: command not found
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
./configure: line 3221: AM_PROG_CC_C_O: command not found
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
./configure: line 3512: syntax error near unexpected token `GLIB,glib-2.0'
./configure: line 3512: `PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.32.0)'