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?
Thanks.
On Jul 27, 2007, at 4:57 PM, Markus Gothe wrote:
set NO_LIBTOOLIZE and rename the ltmain.sh.darwin to ltmain.sh
//Markus
On 27 Jul, 2007, at 15:04 , strk wrote:
On Fri, Jul 27, 2007 at 12:17:22AM -0400, Thomas Inskip wrote:
I just tried that (co -r HEAD gnash), ran autoconf.sh as:
LIBTOOLIZE=glibtoolize ./autogen.sh
But when I ran ./configure, I got the following error:
config.status: error: cannot find input file: po/Makefile.in
Am I missing a configure option, or a file perhaps? I think the
build instructions up on the gnu site might be out of date.
Start with a fresh build tree, that error was fixed long ago but
still
arises if you have old scripts around (config.status, for example,
shouldn't be there).
--strk;
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev