> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes:
Mo> % make % make install
Mo> It worked! Thanks Akim.
Hm, I must say I did not understand how the regexp stuff was related
to your problem, so it's Alexandre who is to thanked :)
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
>> Today, my favorite solution is still an option
>> --with-old-host-semantics or whatever the name.
Alexandre> Assuming the user would know when to use this flag. As
Alexandre> I've written before, any solution that requires new
I'm setting up my own sed-parse rule in a Makefile.in file, that
should do sustitutions the way config.status does, based on some
AC_SUBST keywords. Obviously, I need to be able to quote the
search string, so the @ac_subst@ keyword is "intact" in the target
Makefile. How do I do that?
e.g.
se
Lars> sed 's/@keyword@/@keyword@/g' < input > output
Lars> ^ must be quoted
Write sed 's/\@keyword\@/...'
Tom
On Tue, Jun 27, 2000 at 08:05:32AM -0700, Tom Tromey wrote:
: Lars> sed 's/@keyword@/@keyword@/g' < input > output
: Lars> ^ must be quoted
:
: Write sed 's/\@keyword\@/...'
I found that out after much tinkering - should have been the first thing
I tried :( Actually, only the
Where do I send questions about autoconf? Is there a mailing list or
newsgroup somewhere? I have two questions:
1) How do I add -I, -L and -R flags to the compile and link lines
when searching for libs? For example, I have AFS installed but
those libraries are in /usr/afsws/libnot a
Hello!
RPM (RedHat package manager) as of version 3.0.4 uses the following macro
in its default configuration file
%configure \
%{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} \
CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix}
Package crea
This patch is based on what I did for an autoconf freeze 2000-01-13, and
acgeneral.m4 had changed somewhat since then. Hopefully I added the
code at the correct positions ;) Patch only tested for the 2000-01-13
autoconf (but I'm fairly sure the changes are the same).
I don't know the policy on
Hello Pavel,
Pavel Roskin wrote:
>
> Hello!
>
> RPM (RedHat package manager) as of version 3.0.4 uses the following macro
> in its default configuration file
>
> %configure \
> %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} \
On Tue, Jun 27, 2000 at 08:30:01PM +0200, Lars J. Aas wrote:
[...]
: + ac_workdir="$1"
[...]
: +ac_workdir="$ac_workdir/$1"
Shit, this got sustituted prematurely by m4. I'll fix it (quote it) if you
guys don't have something against the whole concept...
Lars J
The fixed (quoted) patch.
ChangeLog entry:
2000-06-27 Lars J. Aas <[EMAIL PROTECTED]>
* acgeneral.m4: create subdirs, including parent directories that
don't exist already.
Index: acgeneral.m4
===
RCS file: /cvs
Hello, Michael!
> > RPM (RedHat package manager) as of version 3.0.4 uses the following macro
> > in its default configuration file
> >
> > %configure \
> > %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} \
>^^
On Jun 27, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:
> Yes, definitely. What I am saying is that Cygnus configure could
> fairly well be the air-bag which will make the interface between old
> and new semantics.
No, because each package comes with its own top-level `configure', so
the user
On Jun 27, 2000, Pavel Roskin <[EMAIL PROTECTED]> wrote:
> But is it safe for old versions of Autoconf?
Nope, it isn't safe. The current CVS version of autoconf is totally
incompatible with the last release. I'm trying to fix that, but I'm,
how should I say, encountering some resistance :-)
S
"Grosch, Scott" <[EMAIL PROTECTED]> writes:
> Where do I send questions about autoconf? Is there a mailing list or
> newsgroup somewhere?
This is the place.
> 1) How do I add -I, -L and -R flags to the compile and link lines
>when searching for libs? For example, I have AFS installed but
>
Hi,
On Wed, Jun 28, 2000 at 02:13:34AM +0200, Assar Westerlund wrote:
> "Grosch, Scott" <[EMAIL PROTECTED]> writes:
> > Where do I send questions about autoconf? Is there a mailing list or
> > newsgroup somewhere?
>
> This is the place.
>
> > 1) How do I add -I, -L and -R flags to the compile
Sorry for the cross post, but I am not sure if this is a
problem with autoconf or automake. I am trying to update
the build system for the SDL cross platform graphics library
but I am getting the following error. When running autoconf.
autoconf: undefined macros:
***BUG in Autoconf--please report
On Jun 27, 2000, Mo DeJong <[EMAIL PROTECTED]> wrote:
> configure:AC_LIBTOOL_CXXAM_DEPENDENCIES(CXX)
The problem is in both libtool (multi-language) and automake, but I
believe I've already fixed this particular problem in libtool. In
libtool.m4 revision 1.71.2.21, there's a line break 798, aft
Replying to list.
The specific packages I was having problems with were lesstif and ntp.
Harlan Stenn working on the ntp package has posted here recently (I've
already lost track of these thread on autoconf).
In particular, lesstif was using 2.14.1 (I'm guessing the branch
autoconf-2-15-branch,
> So I guess this is an improvement. One problem at a time.
>
> However, I must say, I do NOT like it changing "i386-linux" to
> "i386-pc-linux-gnu". That is not what I typed in. If I want to override
> it, I want to damn well override it.
>
> mrc
Did you try "./configure --build=i386-linux"
On Tue, Jun 27, 2000 at 09:30:09PM -0700, Mo DeJong wrote:
> > So I guess this is an improvement. One problem at a time.
> >
> > However, I must say, I do NOT like it changing "i386-linux" to
> > "i386-pc-linux-gnu". That is not what I typed in. If I want to override
> > it, I want to damn wel
The NTP project is using an "older" version of the CVS autoconf.
One of the differences between the newer and older versions of autoconf is
"how do you specify the list of members to AC_CHECK_MEMBERS?"
Since I have not found a way to tell the various people who work on autoconf
that a particula
22 matches
Mail list logo