Mercurial > hg > xemacs-beta
comparison configure @ 3149:71959ba52b08
[xemacs-hg @ 2005-12-18 17:58:50 by stephent]
Substitute '_' for '-' in default variable names.
<87psnu5mfs.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 18 Dec 2005 17:58:55 +0000 |
parents | 971e3c687f18 |
children | 7806dcd19859 |
comparison
equal
deleted
inserted
replaced
3148:021ce059a9af | 3149:71959ba52b08 |
---|---|
3782 | 3782 |
3783 | 3783 |
3784 else | 3784 else |
3785 | 3785 |
3786 # set default for each type | 3786 # set default for each type |
3787 for y in $_error-checking_types; do | 3787 for y in $_error_checking_types; do |
3788 eval "with_error-checking_$y=\$_error-checking_${y}_default" | 3788 eval "with_error_checking_$y=\$_error_checking_${y}_default" |
3789 eval "enable_error-checking_$y=\$_error-checking_${y}_default" | 3789 eval "enable_error_checking_$y=\$_error_checking_${y}_default" |
3790 unset _error-checking_${y}_default | 3790 unset _error_checking_${y}_default |
3791 done | 3791 done |
3792 | 3792 |
3793 fi; | 3793 fi; |
3794 # If --with-assertions or --without-assertions were given then copy the value to the | 3794 # If --with-assertions or --without-assertions were given then copy the value to the |
3795 # equivalent enable_assertions variable. | 3795 # equivalent enable_assertions variable. |