From 570b73fa8b3823280ffd740a8a9d71f1d69c7e08 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Wed, 31 Aug 2005 06:20:34 +0000 Subject: updated project files (remove anjuta add eclipse) updated svn:ignore attributes remove .cvsignore updated autogen.sh --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 9d8dbac..829fd3a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,15 +1,15 @@ #!/bin/sh if [ -z $ACLOCAL ]; then - ACLOCAL=aclocal-1.7 + ACLOCAL=aclocal fi if [ -z $AUTOCONF ]; then - AUTOCONF=autoconf-2.57 + AUTOCONF=autoconf fi if [ -z $AUTOHEADER ]; then - AUTOHEADER=autoheader-2.57 + AUTOHEADER=autoheader fi -rm -rf autom4te-2.53.cache +rm -rf autom4te.cache $ACLOCAL -I m4 $AUTOHEADER $AUTOCONF -- cgit v0.9.2