> "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes:
Russ> The next interesting question would be if ksh alters its
Russ> behavior if invoked as sh instead of as ksh. Hm. (Thanks for
Russ> the note; I was vaguely aware of that but had forgotten it when
Russ> I was writing the last message.)
> "Paul" == Paul D Smith <[EMAIL PROTECTED]> writes:
Paul> I'm a little concerned that the & token isn't supported by all
Paul> versions of sed, either, but I couldn't find any
Paul> examples... anyone have thoughts on the portability of that?
Hm, I never heard of portability issues on that
Felix Lee <[EMAIL PROTECTED]>:
> cc_0=`echo "$(CC)" | sed -e 's/^/cc0:/'`
> # or this:
> #cc_0=testing
>
> PREPEND=sed -e 's/^/pre:/'
> FLAGS=
> first:
> make $(FLAGS) next
> next:
> echo "$(CC)"
ok, on second thought, a bet
| Hi There,
Hi!
| autoconf picks "gcc" as the compiler and "cc -E" as the preprocessor
| when I do not specify CC or CPP.
Could you try to track down the problem, I cannot reproduce it:
/tmp % cat configure.in nostromo 14:06
AC_INIT
AC_PROG_CC
AC_PROG_
1/ It is not documented. Is it intentional or just an ommision ?
2/ AC_PACKAGE_BUGREPORT is not used anywhere. Same question. Maybe it's
supposed to go in --help or --version ?
--
/ / _ _ Didier Vernahttp://www.inf.enst.fr/~verna/
- / / - / / /_/ /EPITA / LRDE
Hi!
Would it be possible for autoconf to load the site and local macro
files (like aclocal.m4) *before* the call to AC_INIT ? There are times when
you want to call your own macros before AC_INIT (I know what I'm doing), and
this is not currently possible without m4_includ
This seems to have wound down.
At this point we have the following situation:
The current makefile/configure combination doesn't
work on systems without symbolic links because of
the nested quoting problem discussed in this thread.
No one has yet come up with a "decent" solution to
the problem (
Hi!
Here's an attempt to implement warning disabling by passing a `no'
argument to -W (or in the WARNINGS env var. The `syntax' category is also
turned back on by default.
2000-05-11 Didier Verna <[EMAIL PROTECTED]>
* autoconf.sh (warnings): enable the `syntax' category by d
From: Akim Demaille <[EMAIL PROTECTED]>
Date: 09 May 2000 18:13:02 +0200
Gasps. Yes it would. Groumph. What is the need which requires sinclude?
The current binutils code uses sinclude. There is one copy of
acinclude.m4 which is used by several configure.in files. The
acinclude.m4
Hello!
How about removing the old testsuite? It is not used anywhere. "make dist"
will not include it into the distribution.
In order to remove a directory from CVS you need to remove all the files
in the directory. After that "cvs update -P" will delete empty directories
on the client side.
No
> > "Paul" == Paul D Smith <[EMAIL PROTECTED]> writes:
> Paul> I'm a little concerned that the & token isn't supported by all
> Paul> versions of sed, either, but I couldn't find any
> Paul> examples... anyone have thoughts on the portability of that?
>
> Hm, I never heard of portability issu
11 matches
Mail list logo