AM_WITH_REGEX macro

2004-11-03 Thread John Poltorak
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

Recreating aclocal.m4

2004-04-24 Thread John Poltorak
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

Re: Makefile.am for GNU ed

2004-04-24 Thread John Poltorak
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

Makefile.am for GNU ed

2004-04-24 Thread John Poltorak
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

Automake docs

2004-04-03 Thread John Poltorak
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

AM_VERSION_SET

2003-11-17 Thread John Poltorak
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

Which automake?

2003-11-17 Thread John Poltorak
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

Libtool

2003-11-11 Thread John Poltorak
Is there a libtool list? Or can I ask libtool questions here? -- John

Re: Autoconf 2.52g is released

2002-01-25 Thread John Poltorak
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

Autoconf 2.52g is released

2002-01-25 Thread John Poltorak
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

Re: »ç¹«¿ë°¡±¸ Á¾ÇÕ¼îÇθôÀÔ´Ï´Ù.

2001-03-07 Thread John Poltorak
On Wed, Mar 07, 2001 at 06:36:54PM +0900, Äھư¡±¸ wrote: Can someone stop this spam getting in here? -- John

Re: automake 1.4d

2001-02-13 Thread John Poltorak
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

Re: automake 1.4d

2001-02-13 Thread John Poltorak
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

Rebuilding Makefile.in

2001-02-12 Thread John Poltorak
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

config.h

2001-01-21 Thread John Poltorak
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

Re: Makefile.in

2001-01-17 Thread John Poltorak
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

Re: Makefile.in

2001-01-17 Thread John Poltorak
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

Makefile.in

2001-01-15 Thread John Poltorak
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