| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <36bf289b050208023150f8774e@mail.gmail.com> |
| Date: | Tue, 8 Feb 2005 16:01:54 +0530 |
| From: | Vijay Kiran Kamuju <infyquest AT gmail DOT com> |
| Reply-To: | Vijay Kiran Kamuju <infyquest AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Possible bug |
| In-Reply-To: | <36bf289b0502080211543584cb@mail.gmail.com> |
| Mime-Version: | 1.0 |
| References: | <36bf289b0502080211543584cb AT mail DOT gmail DOT com> |
oops in fedora its 1
code in tvtime boot strap thats failing
-----------------------------------------------------
test -x "$AUTOHEADER" ||
AUTOHEADER="autoheader`echo "$AUTOCONF" | sed 's/.*autoconf//'`" &&
AUTOHEADER=`type -p "$AUTOHEADER"` ||
{
echo `basename $0`: GNU Autoconf installed improperly 1>&2 &&
exit 2;
}
in tvtime bootstrap under cygwin im geting the message
GNU Autoconf installed improperly
but not in fedora
bye,
Vijay
On Tue, 8 Feb 2005 15:41:20 +0530, Vijay Kiran Kamuju
<infyquest AT gmail DOT com> wrote:
> try this :
> $ AUTOHEADER="autoheader`echo "$AUTOCONF" | sed 's/.*autoconf//'`"
> $ test -x $AUTOHEADER
> $ echo $?
>
> the result in cygwin is 1
> but the result in fedora is 0
>
> this is not enabling me to cross compile tvtime
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |