diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-24 11:32:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-24 11:32:00 -0500 |
commit | 152e034b54f203f5b53ef44a70c57834b7b66137 (patch) | |
tree | 8f16b876c14eb3c3a1400fd4f91948baa752efd7 /aclocal.m4 | |
parent | 10f6c5df5fbd3e8a2be8a0640035680235b3f8a3 (diff) | |
download | lynx-snapshots-152e034b54f203f5b53ef44a70c57834b7b66137.tar.gz |
snapshot of project "lynx", label v2-8-2dev_11
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index b5b4d404..b145d7dd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1206,7 +1206,7 @@ do for cf_quote in '' '"' do cat >$cf_dir/makefile <<CF_EOF -SHELL=${CONFIG_SHELL-/bin/sh} +SHELL=/bin/sh ${cf_include} ${cf_quote}../$cf_inc${cf_quote} all : @echo 'cf_make_include=\$(RESULT)' |