2013-04-28 5 views
0

Je reçois l'erreur suivante en essayant de construire Toute idée de ce que je suis absent ici jzmq https://github.com/nathanmarz/jzmqbâtiment jzmq sur OS-X (Mountain Lion)

?

./autogen.sh 
autoreconf: Entering directory `.' 
autoreconf: configure.in: not using Gettext 
autoreconf: running: aclocal -I config --force -I config 
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' 
configure.in:13: error: 'AM_CONFIG_HEADER': this macro is obsolete. 
    You should use the 'AC_CONFIG_HEADERS' macro instead. 
/usr/local/Cellar/automake/1.13.1/share/aclocal-1.13/obsolete-err.m4:14: AM_CONFIG_HEADER is expanded from... 
configure.in:13: the top level 
autom4te: /usr/bin/m4 failed with exit status: 1 
aclocal: error: echo failed with exit status: 1 
autoreconf: aclocal failed with exit status: 1 
autogen.sh: error: autoreconf exited with status 0 

Répondre

1

Renommer ce fichier:

mv configure.in configure.ac 

modifier Maintenant que fichier et changez cette ligne: ancienne:

AM_CONFIG_HEADER(src/config.hpp) 

nouvelle:

AC_CONFIG_HEADER(src/config.hpp) 
+0

Salut Joseph, j'ai essayé la même chose sur CentOS 6.5 mais je suis toujours confronté à cela. J'obtiens ".ibtoolize: AC_CONFIG_MACRO_DIR ([config]) en conflit avec ACLOCAL_AMFLAGS = -I config autoreconf: libtoolize échoué avec l'état de sortie: 1 autogen.sh: erreur: autoreconf sortie avec le statut 0 " –