From 8387a28e90a3f5ff0413f2573cf7bcc9fcdb2588 Mon Sep 17 00:00:00 2001 From: evilynux Date: Sun, 15 Jul 2007 21:54:05 +0000 Subject: [PATCH] Building from CVS copy requires a call to ./autogen.sh. --- desmume/README.LIN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/README.LIN b/desmume/README.LIN index 6f379e45a..7baf1c0cf 100644 --- a/desmume/README.LIN +++ b/desmume/README.LIN @@ -46,8 +46,8 @@ done by typing "make uninstall". 1.2 From a CVS copy___________________________________________ Move to the toplevel directory (the one that contains the -configure.ac file). Type "autoreconf -i" to generate the -configure script and needed Makefiles. Then you can follow the +configure.ac file). Type "./autogen.sh" to generate the +configure/install scripts and needed Makefiles. Then you can follow the same procedure as in 1.1 . 2 How to use DeSmuME__________________________________________