Apologies for this dumb question but I have difficulty understanding how
the GNU Autotools work but reckon my understanding will improve with some
pratical exercises. What I would like to do is to attempt to retrofit a
check for '--with-regex' into an old version of diff. From what I have
read
I see msgs such as XXX comes from an old Automake version. You should
recreate aclocal.m4 with aclocal and run automake again.
Since I have just run aclocal prior to running automake, I'm a little
puzzled by what I am being told.
Am I correct in thinking that just running:-
aclocal
wil
On Sat, Apr 24, 2004 at 04:06:50PM -0500, Stephen Torri wrote:
> On Sat, 2004-04-24 at 15:21, John Poltorak wrote:
> > I've never written a Makefile.am file but would like to have a try...
> >
> > GNU ed seems like a relatively simple app, so I'd be interested
I've never written a Makefile.am file but would like to have a try...
GNU ed seems like a relatively simple app, so I'd be interested in writing
one for it. Can anyone suggest where I start?
--
John
Can anyone confirm that the automake docs here:-
http://www.gnu.org/software/automake/manual/
are uptodate? ie it says they are for v1.7.8 but are they really?
I am trying to go through this example:-
http://www.gnu.org/software/automake/manual/html_node/Complete.html#Complete
but I get thi
What do these errors mean:- ?
configure.ac:74: error: possibly undefined macro: AM_VERSION_SET
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:80: error: possibly undefined macro: AM_OPTIONS_SET
configure.ac:111: error
I am trying to build FPING:-
ftp://ftp.mirrors.wiretapped.net/pub/security/network-mapping/fping/fping-2.4b2.tar.gz
and get some strange errors when running configure & Make:-
creating Makefile
creating config.h
make
cd . && automake Makefile
configure.in: no proper invocation of AM_INIT_AUTOM
Is there a libtool list? Or can I ask libtool questions here?
--
John
On Fri, Jan 25, 2002 at 12:50:31PM +, John Poltorak wrote:
>
> I'm forwarding this announcement from the Autoconf list in the hope that
> any OS/2 users who have ever tried Autoconf, will give this one a test.
Oops - apologies for that - I pressed G instead of R in mutt...
--
John
I'm forwarding this announcement from the Autoconf list in the hope that
any OS/2 users who have ever tried Autoconf, will give this one a test.
The Autoconf developers are making an attempt to make it cross-platform so
it ought to work on OS/2. So, please try it and report any problems.
With
On Wed, Mar 07, 2001 at 06:36:54PM +0900, Äھư¡±¸ wrote:
Can someone stop this spam getting in here?
--
John
On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote:
> I just released Automake 1.4d, the latest prerelease leading up to
> 1.5. Find it here:
>
> ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz
>
> This release is mostly bug fixes. There are some minor known bugs and
> s
On Tue, Feb 13, 2001 at 12:19:17AM -0700, Tom Tromey wrote:
> I just released Automake 1.4d, the latest prerelease leading up to
> 1.5. Find it here:
>
> ftp://sources.redhat.com/pub/automake/automake-1.4d.tar.gz
>
> This release is mostly bug fixes. There are some minor known bugs and
> s
I have just discovered that I can build the latest GNU GREP v2.4.2 on
OS/2 without the need to amend any makefiles - although I do use an OS/2
specific version of AUTOCONF. When trying to build something like SED,
the final binary is not created as an EXE file. The differences between
the two ap
I'm not really sure where config.h falls into the scheme of building apps
using AUTO(MAKE|CONF), but I've found that for PATCH to get built on OS/2,
it requires this single addition to config.h:-
#define strncasecmp strnicmp
How would I go about getting this line included in config.h if...
ch
On Wed, Jan 17, 2001 at 05:52:58PM -0700, Tom Tromey wrote:
> >>>>> "John" == John Poltorak <[EMAIL PROTECTED]> writes:
>
> >> Was the Makefile.in generated by automake?
>
> John> How do I tell?
>
> head -1 Makefile.in
# Makefile for `wget' utility
I'm still no wiser...
> Tom
--
John
On Wed, Jan 17, 2001 at 01:40:47PM -0700, Tom Tromey wrote:
> >>>>> "John" == John Poltorak <[EMAIL PROTECTED]> writes:
>
> John> I'm not sure if this is the correct list to mention Makefile.in,
> John> but I will anyway...
>
> Was the
I'm not sure if this is the correct list to mention Makefile.in, but
I will anyway...
In the process of trying to build WGET v1.6 on OS/2, it was discovered
that the GNU source compiled fine if:-
exeext = @exeext@
was changed to:-
exeext = @EXEEXT@
in src/Makefile.in
Is the variable ex
18 matches
Mail list logo