#1412: make -f : macro not found --------------------------+------------------------------------------------- Reporter: stephan2503 | Owner: Type: defect | Status: closed Priority: high | Milestone: Component: None | Version: Resolution: duplicate | Keywords: --------------------------+------------------------------------------------- Old description:
> svn-snapshot, got at we, 11.10.2006, 11:30, > {{{stephan:/home/stephan/licq_devel/licq # make -f Makefile.cvs > This Makefile is only for the CVS repository > This will be deleted before making the distribution > > *** Concatenating configure tests into acinclude.m4 > *** Retrieving configure tests needed by configure.in > /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of > AC_PILOT_LINK_HOOK > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending- > aclocal > aclocal:configure.in:178: warning: macro `AM_ICONV' not found in library > aclocal:configure.in:200: warning: macro `AM_GNU_GETTEXT' not found in > library > *** Scanning for include statements > *** Building Makefile templates (step one) > *** Building Makefile templates (step two) > configure.in:178: error: possibly undefined macro: AM_ICONV > If this token and others are legitimate, please use > m4_pattern_allow. > See the Autoconf documentation. > configure.in:200: error: possibly undefined macro: AM_GNU_GETTEXT > make[1]: *** [cvs] Fehler 1 > make: *** [all] Fehler 2 > stephan:/home/stephan/licq_devel/licq #}}} New description: svn-snapshot, got at we, 11.10.2006, 11:30, {{{ stephan:/home/stephan/licq_devel/licq # make -f Makefile.cvs This Makefile is only for the CVS repository This will be deleted before making the distribution *** Concatenating configure tests into acinclude.m4 *** Retrieving configure tests needed by configure.in /usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending- aclocal aclocal:configure.in:178: warning: macro `AM_ICONV' not found in library aclocal:configure.in:200: warning: macro `AM_GNU_GETTEXT' not found in library *** Scanning for include statements *** Building Makefile templates (step one) *** Building Makefile templates (step two) configure.in:178: error: possibly undefined macro: AM_ICONV If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:200: error: possibly undefined macro: AM_GNU_GETTEXT make[1]: *** [cvs] Fehler 1 make: *** [all] Fehler 2 stephan:/home/stephan/licq_devel/licq # }}} Comment (by erijo): Actually, this is not related to #1410. But you need to have gettext installed (or more precisely, you need the files gettext.m4 and iconv.m4 that's included with gettext) for make -f Makefile.cvs to work (this has been changed since September 19th). -- Ticket URL: <http://trac.licq.org/ticket/1412#comment:4> Licq <http://www.licq.org/> Licq - an instant messaging client for UNIX.