; Of course, some users like to 'rm -rf' subtrees, which is a probable
RW> cause. Non-recursive make makes cleaning of subtrees a bit harder.
I think it's user-damage mostly, but I'll have to wait for the
next occurrence...
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
for detecting the installed compilers.
Hi Harinath,
Long time. I see your email moved from cs.umn.edu to novel.com.
Before we delve into this, does the FSF need a disclaimer from
your new(?) employer?
Sorry, I have to ask.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
n this happens, occasionally some
.deps/*.P* files get lost, make complains, and it's not obvious
to users they have to run ./config.status to get them back.
GNU make will rebuild a missing `include'd file for which there
exist a rule, but BSD make will not. That means the above rule
would just be an help to users of GNU make, not a replacement
for the ugly AM_OUTPUT_DEPENDENCY_COMMANDS. (I which there was
a way to get rid of AM_OUTPUT_DEPENDENCY_COMMANDS!)
Someone once suggested using "-include" instead of "include",
when available. I would see that as complementary.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
Thanks for updating every files.
I'm checking this in before somebody asks.
2007-07-16 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* NEWS: Clarify that COPYING files are not updated.
Index: NEWS
===
RCS file: /c
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
RW> Thanks. This manual isn't printed, so let's get rid of the cover texts.
RW> OK to apply (HEAD and branch-1-10)?
Sure! Don't wait for me.
--
Alexandre Duret-Lutz
Shared books ar
a until the end of the week, but when I'm back I hope
to be able to commit some time to automake.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
On Mon, Mar 26, 2007 at 11:23:03PM +0200, Ralf Wildenhues wrote:
> Hello Alexandre,
>
> I know you have little or no time for Automake currently. Would you
> please speak up if you have any issue with me applying/approving some
> of the patches that have been pending for a long while long now (e.g
>>> "PE" == Paul Eggert <[EMAIL PROTECTED]> writes:
PE> Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
>> A new version of gnupload is in Automake's CVS (and attached).
PE> Thanks, but it's not in Automake's CVS yet. Did you have
AG% in depend2.am, where the trailing
# space is important.
It took me some time to figure this out.
RW> +$sourceflags{'.' . $suffix} = '$(FCFLAGS_' . $suffix . ') '
RW> + if ($suffix eq 'f90' || $suffix eq 'f95');
RW> + }
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
* NEWS: Update.
RW> Report by Davyd Madeley <[EMAIL PROTECTED]> and
RW> [EMAIL PROTECTED]
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
RW> Thanks for the report. OK to install?
This looks fine. Please install.
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
Installing this on HEAD and branch-1-10
2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* lib/gnupload: Update to version 1.1 of directive file.
Index: lib/gnupload
===
RCS file: /cvs/automake/automake/lib/gnup
2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* lib/config.sub, lib/texinfo.tex: New upstream versions.
Index: lib/config.sub
===
RCS file: /cvs/automake/automake/lib/config.sub,v
retrieving revision 1.188
d
2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* lib/am/depend2.am: Typo.
* lib/depcomp (scriptversion): Bump, to account for recent changes.
Index: lib/depcomp
===
RCS file: /cvs/automake/automake/lib/d
This example is obsolete, the new GNU Hello is no longer suitable as
an introductory example, and we distribute amhello instead.
2006-10-15 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Examples): Introduce the example, and point
to Hello World.
atches/2557/focus=2623
RW> The thread is cut apart, the other half is here:
RW> http://thread.gmane.org/gmane.comp.sysutils.automake.patches/2565
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
lib/depcomp (gcc3): Put dependency extraction flags before the
RW> `-c' flag, so they appear at the same position as in %FASTDEP%
RW> mode in depend2.am. Fixes build failure for FreeBSD's c89,
RW> which ignores unknown options only after the first non-option.
RW> Bug
.test: New test.
RW> * tests/Makefile.am: Update.
RW> Report by Thomas Schwinge.
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
epius.
RW> * doc/automake.texi (Options): `no-dependencies' is similar
RW> to `--ignore-deps', not `--include-deps'.
RW> * m4/as.m4 (AM_PROG_AS): If `no-dependencies', do not invoke
RW> _AM_DEPENDENCIES.
RW> * tests/nodep2.test: New test.
RW>
oc/automake.texi (Assembly Support): Update.
RW> * NEWS: Update.
RW> Suggested by Thomas Schwinge and Ralf Corsepius.
Please go ahead, but do not forget to update THANKS.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
dd a DEPDIR prefix.
RW> * tests/pr401.test: Update test.
RW> * tests/pr401b.test: Likewise.
RW> * tests/pr401c.test: Likewise.
RW> Report by Jim Meyering and Eric Blake.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
test so it doesn't fail with
old CVS Autoconf is difficult because there is no Autoconf
version that precisely matches the change.
Apart from this 3-year old missing trace, we had no problem
keeping the lists in sync so far, so it doesn't sounds worth
making this more complex and keeping 3 thi
t): Consider it.
RW> (scan_autoconf_traces): Add AM_GNU_GETTEXT_INTL_SUBDIR to the list.
RW> Set $seen_gettext_intl when it is seen.
RW> * doc/automake.texi (gettext, Optional): Update.
RW> * tests/gettext3.test: New test.
RW> * tests/Makefile.am: Update.
Thanks, please install.
ou have another version of autoconf. If you want to use that, you
should regenerate the build system entirely.
aclocal.m4:17: the top level
and we let the user choose its preferred course for regen?
Or was there another source of confusion you were trying to address?
Anyway, this is just a suggestio
/archive/html/bug-autoconf/2006-10/msg00012.html>.
PE> Also, don't bother to check for -m bugs unless we're using -m;
PE> suggested by Stepan Kasal.
Thanks. I've installed that along with the script version and THANKS update.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
>>> "GK" == Geoffrey Keating <[EMAIL PROTECTED]> writes:
GK> 2006-09-14 Geoffrey Keating <[EMAIL PROTECTED]>
GK> * m4/multi.m4: Non-default multilibs may be cross compilation.
Thanks, I've applied that.
--
Alexandre Duret-Lutz
Shared books are ha
ould be handled differently than install-sh?
(I'm not being sarcastic here; I just don't care which way the
balance tilts, as long as it clearly tilts.)
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
bit of a mess.
I'm starting to wonder why we switched to this macro, and
whether it wouldn't be wiser to revert all these changes back to
the original AM_PROG_MKDIR_P. It seems the switch to
AC_PROG_MKDIR_P only brought us trouble, and no improvement :(
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
RW> Should I change the patch to this end (and update the test), or OK to
RW> apply as below?
It doesn't sounds that important. Let's go with what you have.
--
Alexandre Duret-Lut
>>> "PE" == Paul Eggert <[EMAIL PROTECTED]> writes:
[...]
PE> Index: lib/am/depend2.am
PE> ===
BTW, this file would need a "(C) 2006".
--
Alexandre Duret-Lutz
e tools would be lost too,
including some we distribute.
--
Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> OK?
RW> * tests/ext.test: Add extensions f95, F90, F95.
Of course.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
and suggest the respective Autoconf
RW> macros otherwise.
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
ee that `-I. -I.' is unsightly in non-VPATH builds.
So how about something like this instead: use [EMAIL PROTECTED]@' and expand
it to `-I.' or `-I. -I$(srcdir)' as needed?
2006-08-30 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
For PR automake/501:
* automake.i
uff
was added to depcomp before that :
http://sourceware.org/ml/automake/2001-02/msg00313.html
Apparently their problem was that in GCC 3.0 -MF did delete its
output on error. (I don't have a copy of GCC 3.0 to check
that.) In that thread Harinath suggests to use a raw -MF only
if we can use sinclude/-include in Makefile, but although this
fixes their immediate problem, I don't think this is reasonable
given the above scenario.
--
Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> Hello Alexandre, all,
RW> Thanks for the beta release. OK to apply this patch for some minor
RW> nits?
Of course!
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
r incomplete features (default)
BH> `all' all the warnings
BH> ...
BH> "
BH> which appears to say that -Wportability needs to be enabled explicitly?
Good catch! I'm checking this in.
2006-08-23 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
*
I'm checking this in.
2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* Makefile.am (maintainer-check): Check for mkdir_p in automake.in
too.
* automake.in (require_build_directory): Use MKDIR_P, not mkdir_p.
Index:
2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* Makefile.am (maintainer-check): Fine-tune the "Unescaped @"
check so it doesn't complain about the '@ 's in node "Standard
Direc
I'm checking this in.
2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* INSTALL, lib/INSTALL, lib/texinfo.tex, lib/config.sub: New
upstream versions.
Index: INSTALL
===
RCS file: /cvs/automa
Automake 1.10 on your package to discover
that you need another Gettext release).
I'm installing this.
2006-08-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Prefix mkdir_p with
$(top
Enough with the unreadable yacc.am and lex.am, and all those
bugs that showed the inline rules not to be in sync with ylwrap.
Also, always using ylwrap will make it easier to adapt to the
new parsers of bison.
2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* lib/am/lex.am,
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
])
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
I'm checking this in.
2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Releases): Update statistics until 1.9.6.
Index: doc/automake.texi
===
RCS file: /cvs/automake/automake/doc/auto
I'm checking this in.
2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* Makefile.am (maintainer-check): Check for mkdir_p.
* automake.texi (Obsolete macros): Document AM_PROG_MKDIR_P.
* lib/am/data.am, lib/am/distdir.am, lib/am/install.am,
lib
I'm installing this, to fix some issues occurring in "build from
scratch" situations.
2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* Makefile.am (SUBDIRS): Build lib first, for lib/Automake/Config.pm.
* configure.ac (ACLOCAL): Use --acdir=m4 in addi
I've installed this.
2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* NEWS, configure.ac, m4/init.m4, m4/lispdir.m4, m4/mkdirp.m4:
Require Autoconf 2.60 instead of some intermediate development
version.
I've installed this.
2006-08-19 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Standard Directory Variables): Fix multitable
width.
(Autotools Introduction): Fix @uref usage.
Index: doc/au
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> Hello Alexandre,
RW> * Alexandre Duret-Lutz wrote on Wed, Aug 16, 2006 at 07:28:29PM CEST:
>> Here is the patch. make distcheck is still running, but anyway
>> I'll let this patch me
an initial `make -n'
could also help you with the two goals on your roadmap!
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
"gzipped" instead. The latter is
more frequent, is already used by the GNU Coding Standards, and
looks less awkward to me (I'm used to 'd = had or would).
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
ic License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Automake is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PA
too fast
2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Scripts): Fix some errors in previous patch.
Index: doc/automake.texi
===
RCS file: /cvs/automake/automake/doc/automake.texi,v
retr
I'm checking this in.
2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Scripts): Revamp. Show an example of script
built from configure.ac. Discuss CLEANFILES and EXTRA_DIST for
other built scripts.
Index: doc/au
m4_pattern_allow.
See the Autoconf documentation.
Let's point him to AC_INIT instead.
2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* m4/init.m4: Suggest fixing the call to AC_INIT when
AC_PACKAGE_NAME or AC_PACKAGE_VERSION is undefined.
.test
--- tests/pr2.test 14 May 2005 20:28:55 - 1.13
+++ tests/pr2.test 4 Aug 2006 12:53:16 -
@@ -1,5 +1,6 @@
#! /bin/sh
-# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2006 Free Software
+# Foundat
tation of the excellent Settlers of Catan board game.
BW> # Go buy a copy.
I own one already. Great game !
I'm checking the following patch in.
2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* doc/automake.texi (Conditionals): Split in two sections, "Usage&q
nt to use
with --diff=xxx.
I'm checking this in.
2006-08-04 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* aclocal.in (install_file): Cannot use /dev/null while diffing
new files, because Tru64's diff do not handle /dev/null. So
create an empty destination file
ke
work OK.
grepping Makefile.in is not enough to ensure that configure and
Makefile can actually build anything. grep tests are weak.
There are too much of them in the testsuite and we should try to
move away from them. Actually running ./configure && $MAKE to make
sure it did
SOURCES = src/feep.c
-src_feep_LDADD = lib/libfeep.a
+check_PROGRAMS = src/main
+src_main_SOURCES = src/main.c
+src_main_LDADD = lib/libfeep.a
-TESTS = src/feep
+TESTS = src/main
check-local:
- test -f src/feep.$(OBJEXT)
+ test -f src/main.$(OBJEXT)
+ test -f lib/alloca.$(OBJEXT)
+ test ! -f src/$(DEPDIR)/alloca.Po
EOF
$ACLOCAL
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
I'm checking this in.
2006-06-07 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* automake.in (handle_LIBOBJS): Don't rely on the caller defining $1.
Index: automake.in
===
RCS file: /cvs/automake/automa
tepan Kasal <[EMAIL PROTECTED]>
SK> * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Use AC_PROG_MKDIR_P.
I've installed this, thanks !
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
t coreutils by Sam Sirlin.
Please install!
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
$dist_files in \
*/*) (cd "$(distdir)" && \
$(mkdir_p) `echo "$$dist_files" | \
sed -n 's,/[^/]*$$,,p' | sort -u`) ;; \
esac; \
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
-dependency-tracking was given).
Yes please.
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
x27;s, because
RW> ...aclocal --acdir=m4
RW> is run instead of
RW> ...aclocal -I m4
RW> OK to apply?
Yes. (In fact I have the very same patch in one of my tree; I
thought I had it applied long ago.)
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
imple enough. How about installing this
empty file during automake's "make install"? This way we don't
need to worry about naming and cleaning in aclocal.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
s well, so we're safe here.
RW> + if autopoint -n; then
RW> +AUTOMAKE_fails --add-missing
RW> +grep 'required.*config.rpath' stderr
RW> + fi
RW> +fi
Shouldn't these two `if' have an `else :' like we do in
Makefiles for those shells that don't reset $? after `fi' and
abort with `set -e'?
[...]
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
ermission denied.
No kidding !
RW> So here's a patch to replace all "perl -i" with "sed && mv".
RW> After finishing the patch it dawned on me that "perl -i~" may be
RW> working, and indeed, testing shows that that works.
RW> OK to apply t
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
>> You should write "PR automake/483" fully so it get caught by the
>> gnats filters.
RW> Do they match PR\nautomake..? (I rewrote the entry to not have that.)
No idea. I
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
adl> I'll try to look at this and the rewrite of depout later this week-end
Ahem... I had a very long week. (Does that sound credible?)
Sorry about that.
>>> "RW" == Ralf Wil
efore we add
syntactic sugar for this feature.
RW> install-sh/mkinstalldirs IFS fix:
RW> http://lists.gnu.org/archive/html/automake-patches/2006-05/msg8.html
Answered separately.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
I'll try to look at this and the rewrite of depout later this week-end
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
RW> files in the source tree. Fixes failures with HP-UX and Tru64
RW> make.
Agreed.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
akefile.am (maintainer-check): Make sure `required=' does not
RW> follow `. ./defs' in the tests.
I agree with this except for the added sleeps. Unless the problem is
generalized I don't think we should include workarounds for any
misconfigured system we encounter.
--
Al
) it is
probably different.
Anyway I'd rather not fix something we do not understand, especially if
it may be a system configuration issue.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
G_CC_STDC.
RW> * tests/subobj3.test: Likewise. Use `set -e'.
Please go ahead and install it.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
s if it were set to space
RW> tab newline. However, set but empty IFS is different: it disables field
RW> splitting: oIFS=$IFS; ...; IFS=$oIFS.
RW> The patch below fixes this for install-sh and mkinstalldirs. OK?
Yes, thanks.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
quot;$(srcdir)/"; fi; \
RW> + list2="$$list2 $$d$$p"; \
RW> +done; \
RW> +echo '$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS)
$(JAVACFLAGS) '"$$list2"; \
RW> +$(CLASSPATH_ENV) $(JAVAC) -d $(JAVAROOT) $(AM_JAVACFLAGS)
$(JAVACFLAGS) $$list2; \
RW> else :; fi
RW> echo timestamp > class%DIR%.stamp
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
name target as..
RW> (./ansi2knr): ..this, for BSD make.
RW> (%ANSI2KNR-DIR%/ansi2knr): Adjust.
How come all your ellipses have only two dots instead of three?
(Bear with me.)
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
It doesn't matter if "false" is a builtin here, or replaced by an
RW> external process that happens to fail. Same issue with a "for" loop
RW> (but, surprisingly, not with an "until" loop).
This looks like an issue similar to the one that caused this
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> OK?
Yeah, why not.
RW> Cheers,
RW> Ralf
RW> * tests/defs.in (Be Bourne compatible): Update from current
RW> Autoconf.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
t; 5.8.2, in configure.ac?
No, your patch seems enough to me. Nobody really cares about
"--" anyway, it's not worth such a warning.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
me. Alexandre?
Looks fine to me, except I would rewrite the last line of
+ msg ($make_j ? 'fatal' : 'unsupported',
+ "cannot lock $file with mode $mode: $!" . ($make_j ? $note : ""))
+ if $make_j or not $!{ENOLCK} || $!{EOPNOTSUPP};
as
rides regex. Fix typo
RW> `cleam-am-local' -> `clean-am-local'.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
st: propagate nonzero exit status from subshell.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
> subdirectory so that `.' in $PATH does not lead to an endless
RW> loop.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
RW> Ralf
RW> * lib/depcomp (ia64hp): Rename dependency style to..
RW> (hp2): ..this, as it works with aCC on HPPA, too; adjust
RW> comment. Report by Olivier Fourdan <[EMAIL PROTECTED]>.
Why not, please go ahead !
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
RW> * Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST:
>>
>> OK to apply?
RW> ..including copyright year update, of course?
Of course :)
--
Alexandre Duret-L
f reporters I've learned not to put the email in
the ChangeLog: only in THANKS. Sometimes they ask their email
to be changed and this way we can do this in only one place.)
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
ither tomorrow (wednesday) or next week-end.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
[...]
adl> 2006-04-20 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
adl> * m4/amversion.in (_AM_AUTOCONF_VERSION): New macro.
adl> (AM_SET_CURRENT_AUTOMAKE_VERSION): Call it.
adl&
rule to rebuild one
Makefile.in with a new Autoconf version, all the other
Makefile.ins remain based on the other Autoconf version
- if autoconf is called by the rebuild rule of configure
then nothing guarantees that the existing Makefile.ins
are compatible.
--
Alexandre Duret-Lutz
>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes:
adl> Here is my attempt at checking Autoconf version in aclocal.m4.
adl> It would be nice if someone could suggest a better way to retrieve
adl> the Autoconf version:
Here is a second attem
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes:
[...]
RW> OK to apply this patch to fix this in the spirit of Paul's suggestion,
RW> and amend the dejagnu4.test to expose the failure?
Yes please ! Thanks.
--
Alexandre Duret-Lutz
Sh
>>> "PE" == Paul Eggert <[EMAIL PROTECTED]> writes:
PE> Here's a proposed Automake patch to implement this. I noticed that
PE> install-sh handles neither -- nor unknown options, so I added support
PE> for that as well.
Thanks, please install!
--
Alexa
5:28:44 -
This file will need a (C) 2006.
(Emacs can be configured to update these automatically.)
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
| | * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
| | because it uses `datarootdir'.
|
| This looks fine. Please bump the serial number in the file
| before you commit it.
And copyright year too...
--
Alexandre Duret-Lutz
Shared books are happy books.
| * m4/lispdir.m4 (AM_PATH_LISPDIR): Require Autoconf 2.59c,
| because it uses `datarootdir'.
This looks fine. Please bump the serial number in the file
before you commit it.
--
Alexandre Duret-Lutz
Shared books are happy books. http://www.bookcrossing.com/friend/gadl
t: I'd be fine
with this, but it just looks like a complicated way to retrieve
a version number.
Any cunning idea ? Or can we tweak Autoconf to make its version
more accessible ?
2006-04-13 Alexandre Duret-Lutz <[EMAIL PROTECTED]>
* aclocal.in (trace_used_macros): R
1 - 100 of 224 matches
Mail list logo