diff options
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,8 +17,9 @@ case "$0" in */*) cd `expr X$0 : 'X\(.*\)/'` ;; esac -if ! test -f config.h; then +if test -f config_h.SH && ! test -f config.h; then . ./config_h.SH + CONFIG_H=already-done fi warn='' |