Skip to Content.
Sympa Menu

freetds - RE: [freetds] Compiling freetds 0.61 source in cygwin (fixed)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Anthony Kong <anthony.kong AT ufjia.com>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Compiling freetds 0.61 source in cygwin (fixed)
  • Date: Tue, 6 May 2003 09:21:16 +0800

Hi, James,

Here is the information from my system:

autoconf (GNU Autoconf) 2.57
automake (GNU automake) 1.7.3
ltmain.sh (GNU libtool) 1.4a (1.641.2.255 2001/05/22 10:39:30)

Basically I do not have the libtool installed in cygwin. The libtool is what
come with the free-tds packages.

As for the mysterious line "Autoconf version 2.13", it acutally come form
"autoconf --version". Here is the full text.

============================================================================
====

autoconf (GNU Autoconf) 2.57
Written by David J. MacKenzie and Akim Demaille.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--------------------------------------------------------
Autoconf version 2.13
--------------------------------------------------------
This is autoconf-wrapper, which will hand off execution
to one of the two real versions listed above, depending
on the contents of configure.in/configure.ac. Since the
wrapper was called from within a directory in which those
files are not found, this generic 'version' message is
displayed.

============================================================================
====

I guess the number is to indicate the version of the autoconf wrapper.


Regards,


Anthony




-----Original Message-----
From: James K. Lowden [mailto:jklowden AT schemamania.org]
Sent: Monday, May 05, 2003 7:07 PM
To: FreeTDS Development Group
Subject: Re: [freetds] Compiling freetds 0.61 source in cygwin (fixed)


On Mon, 5 May 2003 11:35:50 +0800 , Anthony Kong <anthony.kong AT ufjia.com>
wrote:
> Then I upgrade the tool to
>
> >>>>>
>
> autoconf (GNU Autoconf) 2.57
^^^^ good
...
> --------------------------------------------------------
> Autoconf version 2.13
^^^^ what's this, then?
> --------------------------------------------------------
>
> >>>>>
...
> It would be nice if someone may check if the configure script incvs
> needed to be updated or not.

The configure script is generated by autoconf and is not maintained in
CVS. It is regenerated nightly as part of the nightly snapshot with
autogen.sh.

What does the following report for you?

$ (V='--version'; autoconf $V; automake $V; libtool $V) |grep GNU
autoconf (GNU Autoconf) 2.57
automake (GNU automake) 1.7.3
ltmain.sh (GNU libtool) 1.4a (1.641.2.255 2001/05/22 10:39:30)

--jkl
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page