Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1915:3edf1abcc428 | 1916:84785da441f9 |
---|---|
277 fi | 277 fi |
278 | 278 |
279 dnl Find the source directory. | 279 dnl Find the source directory. |
280 dnl srcdir is used internally by autoconf macros, | 280 dnl srcdir is used internally by autoconf macros, |
281 dnl so parse it here. | 281 dnl so parse it here. |
282 for xe_parse_arg; do | 282 for xe_parse_arg |
283 do | |
283 case $xe_parse_arg in | 284 case $xe_parse_arg in |
284 --srcdir) USAGE_ERROR(["The \`--srcdir' option requires a string value."]) ;; | 285 --srcdir) USAGE_ERROR(["The \`--srcdir' option requires a string value."]) ;; |
285 --srcdir=*) srcdir=`echo $xe_parse_arg | sed -e 's/--srcdir=//'` ;; | 286 --srcdir=*) srcdir=`echo $xe_parse_arg | sed -e 's/--srcdir=//'` ;; |
286 *) ;; | 287 *) ;; |
287 esac | 288 esac |