From: Matthias Braun Date: Tue, 11 Apr 2006 16:00:21 +0000 (+0000) Subject: add some comments X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=06f04e1b7130a7e50198bfcfcd919dcba2b2490d;p=supertux.git add some comments SVN-Revision: 3298 --- diff --git a/autogen.sh b/autogen.sh index f41728418..c8fcac733 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,11 +11,13 @@ autoheader # generate Jamconfig.in cat > Jamconfig.in << __EOF__ +# the following unsets some stuff from Jambase CC = ; CFLAGS = ; LINK = ; LINKFLAGS = ; AR = ; +# Configuration part (you can customize this) __EOF__ autoconf --trace=AC_SUBST \ | sed -e 's/configure.ac:[0-9]*:AC_SUBST:\([^:]*\).*/\1 ?= "@\1@" ;/g' \