Build process problem
I was trying to build the popupmenu from the 4.0 source. Failed at the first step:
dr800@dr800-desktop:~/dr800/projects/popupmenu$ autoreconf --install
configure.ac:15: error: possibly undefined macro: AC_PROG_INTLTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Where is AC_PROG_INTLTOOL defined?
|