On Sun, Jul 29, 2007 at 02:07:51PM -0400, Thomas Inskip wrote: > I ran the following on a tree I pulled down via cvs: > mv ltmain.sh.darwin ltmain.sh > export NO_LIBTOOLIZE=1 > ./autogen.sh > ./configure > > Still got the following error: > config.status: error: cannot find input file: po/Makefile.in > > Are there any special configuration options I should be passing into > configure?
po/Makefile.in should be created by ./autogen.sh from po/Makefile.am Check for any ./autogen.sh warnings or errors. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

