add some comments
authorMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 16:00:21 +0000 (16:00 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 11 Apr 2006 16:00:21 +0000 (16:00 +0000)
SVN-Revision: 3298

autogen.sh

index f417284..c8fcac7 100755 (executable)
@@ -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' \