Date: Tue, 20 Jul 1999 11:55:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: config.site review request In-Reply-To: <199907181731.RAA253906@out2.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 18 Jul 1999, Mark E. wrote: > Below is the config.site I'm currently using and plan on distributing with > Bash 2.03. Comments, suggestions, etc. are welcome. The real test of this would be to build several GNU packages that have config.site in the djgpp subdirectory with your version, and see if there are any problems. > Note that the DOS_TEST_HACK variable only works in the very latest > version of Bash on my site. What does it do? > ac_cv_prog_LN_S="ln" This might be dangerous. There are cases when you *want* "ln -s" to be used. I don't know any easy way out of this, other than to convince Autoconf maintainers to use 2 different variables: one for symlinking an executable program, the other for regular files.