This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible bug


but the below code in tvtime bootstrap works fine
----------------------------------------------------------------------

test -x "$AUTOCONF" ||
  AUTOCONF=`type -p autoconf2.50` ||
    AUTOCONF=`type -p autoconf` ||
      {
        echo `basename $0`: cannot find GNU Autoconf 1>&2 &&
          exit 1;
      }


On Tue, 8 Feb 2005 16:01:54 +0530, Vijay Kiran Kamuju
<infyquest@gmail.com> wrote:
> 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@gmail.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]