Mercurial > emacs
comparison configure1.in @ 3892:ad7559755428
* configure.in: Add --verbose flag.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 24 Jun 1993 01:52:49 +0000 |
parents | 6c4ad8344c3f |
children | 7b4f3b64253b |
comparison
equal
deleted
inserted
replaced
3891:f457e67ddb6b | 3892:ad7559755428 |
---|---|
260 val=`eval echo '$'$index` | 260 val=`eval echo '$'$index` |
261 fi | 261 fi |
262 exec_prefix="${val}" | 262 exec_prefix="${val}" |
263 ;; | 263 ;; |
264 | 264 |
265 ## Verbose flag, tested by autoconf macros. | |
266 "verbose" ) | |
267 verbose=yes | |
268 ;; | |
269 | |
265 ## Has the user asked for some help? | 270 ## Has the user asked for some help? |
266 "usage" | "help" ) | 271 "usage" | "help" ) |
267 echo "${short_usage}" | more | 272 echo "${short_usage}" | more |
268 exit | 273 exit |
269 ;; | 274 ;; |