patch-2.1.34 linux/scripts/Configure

Next file: linux/CREDITS
Previous file: linux/net/x25/x25_timer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.33/linux/scripts/Configure linux/scripts/Configure
@@ -47,8 +47,9 @@
 # 090397 Axel Boldt (boldt@math.ucsb.edu) - avoid ? and + in regular 
 # expressions for GNU expr since version 1.15 and up use \? and \+.
 #
-# 300397 Phil Blundell (pjb27@cam.ac.uk) - added support for "limint", 
-# allow dep_tristate to take a list of dependencies rather than just one.
+# 300397 Phil Blundell (pjb27@cam.ac.uk) - added support for min/max 
+# arguments to "int", allow dep_tristate to take a list of dependencies
+# rather than just one.
 
 #
 # Make sure we're really running bash.
@@ -311,7 +312,7 @@
 	if [ $# -gt 3 ]; then
 	  min=$4
 	else
-	  min=1
+	  min=-10000000    # !!
 	fi
 	if [ $# -gt 4 ]; then
 	  max=$5


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov