bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake --no-force (Was: autoreconf invode automake with --no-force


From: Nishio Futoshi
Subject: Re: automake --no-force (Was: autoreconf invode automake with --no-force (autoconf ver.2.54))
Date: Wed, 02 Oct 2002 20:14:30 +0900
User-agent: Wanderlust/2.5.8 (Smooth) EMY/1.13.9 (Art is long, life is short) SLIM/1.14.7 (酒井彩名) APEL/10.3 Emacs/20.7 (i586-kondara-linux-gnu) MULE/4.1 (AOI)

At Tue, 01 Oct 2002 08:47:57 -0700,
Russ Allbery wrote:
> It's not too bad of a way to start, but it has a drawback that I've seen
> in probably the majority of Autoconf scripts out there, namely it creates
> a configure.in that checks for a bunch of things for which the source code
> has no workarounds or fallbacks.

O.K.  My tutorial needs next step.

If your Autotool scripts work, look at configure.in.  There are some
macros, as you have seen.  If you find unknown macros, please read
Info for Autoconf.  It's a good document for portability.  When you
write one macro in `configure.in', please read document for the macro.

Coping from configure.in to configure.in is very dangerous, because
many configure.in's were writen for old version (like 2.13). To copy,
you must check whether it is obsolute or not, by reading Info.


Well, autoconf Info file is up-to-date.  I want to express my thanks
for that document and author.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]