Dirk wrote: > # ./autogen.sh > Running gettextize and intltoolize... > Copying file mkinstalldirs > Copying file po/Makefile.in.in > > Please add the files > codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 > progtest.m4 > from the /aclocal directory to your autoconf macro directory > or directly to your aclocal.m4 file. > You will also need config.guess and config.sub, which you can get from > ftp://ftp.gnu.org/pub/gnu/config/. > > ./autogen.sh: line 47: intltoolize: command not found > > > > There... bullshit spewing autoconf again... can someone explain to me > what's so "auto" about this? I do not know what package you are failing to build, but autogen.sh is not a script provided by autoconf. intltoolize is also not an autoconf thing. You failed to regenerate the generated files for this package because you do not have the correct tools installed (missing at least the gnome package intltool). Why are you trying to generate these files? They should have been included in the tarball that you downloaded. If they were not, then complain to the package author. Peter -- Peter O'Gorman http://pogma.com _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf