From 6ff8ce93e2c563d9031714faaab06489523a7213 Mon Sep 17 00:00:00 2001 From: evilynux Date: Fri, 29 Jun 2007 09:18:52 +0000 Subject: [PATCH] There's no reason we shouldn't use autoreconf which has been available for some time now. Thanks Thomas Moulard for the reminder. --- desmume/autogen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/desmume/autogen.sh b/desmume/autogen.sh index 97ce5cc8f..2af5ccdac 100755 --- a/desmume/autogen.sh +++ b/desmume/autogen.sh @@ -1,4 +1,2 @@ #!/bin/sh -aclocal -automake -a -c --gnu -autoconf +autoreconf --install --force --verbose