Update of /cvsroot/libfunutil/libfunutil
In directory sc8-pr-cvs1:/tmp/cvs-serv22838
Modified Files:
configure
Log Message:
doc corrections
Index: configure
===================================================================
RCS file: /cvsroot/libfunutil/libfunutil/configure,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure 29 Aug 2003 05:41:49 -0000 1.6
+++ configure 29 Aug 2003 11:39:27 -0000 1.7
@@ -1,28 +1,20 @@
#!/bin/bash
-
+# toc-style boostrap configure script
+#
# PACKAGE_* vars: you should change these vars to match your
-# project. They are not strictly required by toc, but they are are
-# conventional, and necessary if you are going to do a 'make dist' or
-# 'make install'.
-# No spaces in the PACKAGE_NAME and _VERSION, please - this should be as filesystem-friendly as possible.
-# export PACKAGE_NAME=${PACKAGE_NAME?You must set PACKAGE_NAME in $0}
+# project.
+#
+# No spaces in the PACKAGE_NAME and _VERSION, please - this should be
+# as filesystem-friendly as possible. export
PACKAGE_NAME=libfunutil
PACKAGE_VERSION=0.7.999
-# These initial values have to be here, not configure.libfunutil, because
-# args will already have been parsed at that point.
-#
-# Use Qt by default.
-# configure_with_qt=1
-# Warn (and croak) by default.
-configure_enable_warn="-Wall -Werror"
-
# toconfigure kicks off the configure process, which will eventually
# call configure.${PACKAGE_NAME}, writes out any output and returns 0
-# or 1 (most likely 0). It may also exit. Note that after it returns
-# there is no way to add/change config options unless you're willing
-# to re-generate them again (by calling toc_endconfigure). This is
+# or 1. It may also exit. Note that after it returns there is no way
+# to add/change config options unless you're willing to re-generate
+# them again (by calling toc_endconfigure). This is
# unsupported/untested, but should work.
source toc/sbin/toconfigure $@
|