autoconf ver = 2.59-81 x86_64
automake ver = 1.9.6-2 x86_64
Here is what happens when I try to run make -f Makefile.cvs on Suse 10
]*** Creating aclocal.m4
/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/auto ... ng-aclocal
aclocal:configure.in:73: warning: macro `AM_PO_SUBDIRS' not found in library
aclocal:configure.in:74: warning: macro `AM_GNU_GETTEXT' not found in library
*** Creating configure
configure.in:73: error: possibly undefined macro: AM_PO_SUBDIRS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:74: error: possibly undefined macro: AM_GNU_GETTEXT
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
This has been bugging me ever since I installed Suse 10 and tried to compile CVS code. I can't run make -f Makefile.cvs on this system. Till now I was using Suse 9.2 to do this and then compile it on Suse 10. This was starting to upset me so I found a workaround to run make -f Makefile.cvs on Suse 10 by modifying configure.in, makefile.am, and makefile.common to remove the po directories from the installation. I would like to find a fix for this to keep in sync with cvs so I don't have to keep changing those files every time they get updated. Anyone know why this may be happening ?
cartrite