delorie.com/archives/browse.cgi | search |
Date: | Sun, 17 Jan 1999 12:00:41 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | "Mark E." <snowball3 AT usa DOT net> |
cc: | djgpp-workers AT delorie DOT com |
Subject: | Re: autoconf 2.13 test version available |
In-Reply-To: | <199901141745.RAA109250@out2.ibm.net> |
Message-ID: | <Pine.SUN.3.91.990117120019.278E-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp-workers AT delorie DOT com |
On Thu, 14 Jan 1999, Mark E. wrote: > install-info: info installdirs > if test -f autoconf.info; then \ > ! for i in *.inf*; do \ *.inf* is not good enough: if the Info files were produced on DOS, they will be called .inf, .i1, .i2 etc. So use *.i* instead. > ! rm -f TAGS *.inf* INSTALL Same here.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |