Mail Archives: djgpp/1999/12/06/20:09:05
From: | "Wei-Xue Shi" <wxshi AT ma DOT neweb DOT ne DOT jp>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | A question on Autoconf
|
Date: | Tue, 7 Dec 1999 08:53:37 +0900
|
Organization: | NEWEB
|
Lines: | 37
|
Message-ID: | <82hic8$359$1@news.telewaynet.ad.jp>
|
NNTP-Posting-Host: | tsukuba3-83.teleway.ne.jp
|
Mime-Version: | 1.0
|
X-Trace: | news.telewaynet.ad.jp 944524488 3241 210.230.98.83 (6 Dec 1999 23:54:48 GMT)
|
X-Complaints-To: | abuse AT neweb DOT ne DOT jp
|
NNTP-Posting-Date: | 6 Dec 1999 23:54:48 GMT
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Newsreader: | Microsoft Outlook Express 5.00.2314.1300
|
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Hi,
I'd like to ask a question which I met when
I tried configurating Lemberg's program hbf2gf
on my system which is Windows 98 with djgpp
installed. I have djgpp's autoconf 2.13.
First I run the configure which originally were in the packages,
atempting to create a makefile because the original makefile were
designed for the system with emtex, but I got the message
there is no gcc in $path.
So I used autoconf to create a new configure and run
./configure,
then I got message
cannot run config.sub
I compare the original configure with new one,
here is a part of the difference:
in the original configure there is
if $ac_config_sub sun4 >/dev/null 2>&1; then :
and in new one, it is
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
Then I removed all ${CONFIG_SHELL-/bin/sh}'s in the new configure, it
became to work and created a makefile for me.
I'd like to ask why I could not get a correct configure by running
autoconf or how should I modify the configure.in that designed for UNIX
to get a workable configure on DJGPP by running the autoconf.
Sincerely
Wei-Xue Shi
- Raw text -