Mercurial > hg > xemacs-beta
diff configure.in @ 1916:84785da441f9
[xemacs-hg @ 2004-02-18 12:14:30 by stephent]
Solaris-compatible "for" syntax
author | stephent |
---|---|
date | Wed, 18 Feb 2004 12:14:33 +0000 |
parents | bf8be6575eae |
children | 569139be45f6 |
line wrap: on
line diff
--- a/configure.in Tue Feb 17 22:50:44 2004 +0000 +++ b/configure.in Wed Feb 18 12:14:33 2004 +0000 @@ -279,7 +279,8 @@ dnl Find the source directory. dnl srcdir is used internally by autoconf macros, dnl so parse it here. -for xe_parse_arg; do +for xe_parse_arg +do case $xe_parse_arg in --srcdir) USAGE_ERROR(["The \`--srcdir' option requires a string value."]) ;; --srcdir=*) srcdir=`echo $xe_parse_arg | sed -e 's/--srcdir=//'` ;;