tests/defs.in: Quote $srcdir, $PATH; skip libtool and gettext tests.

2007-11-26 Thread Ralf Wildenhues
This patch finally allows the majority of tests to succeed in a setup where Automake's absolute source and build tree names contain white space (assuming all other pending patches are applied). It makes little sense to run the gettext and libtool tests this way: the setting of $ACLOCAL which conta

Modify some tests for absolute trees containing whitespace.

2007-11-26 Thread Ralf Wildenhues
I'd appreciate a review on this. Note it includes the nontrivial bits from the multlib.test posted a while earlier. My question about these changes it not whether they are correct in the sense that the test is functional afterwards, but whether the tests still exercise what they were originally i

Re: FYI: Quote @abs_top_builddir@ and @[EMAIL PROTECTED]

2007-11-26 Thread Benoit Sigoure
On Nov 26, 2007, at 10:37 PM, Ralf Wildenhues wrote: Applied to master. FWIW, I'm kind of wondering whether to even post patches FYI here that are already applied -- since the git repo will post them, at least for trivial ones like this one and the other one I just applied, there isn't much

FYI: Quote @abs_top_builddir@ and @[EMAIL PROTECTED]

2007-11-26 Thread Ralf Wildenhues
Applied to master. FWIW, I'm kind of wondering whether to even post patches FYI here that are already applied -- since the git repo will post them, at least for trivial ones like this one and the other one I just applied, there isn't much added value. Of course, if people don't like that mode of

[SCM] GNU Automake branch, master, updated. Release-1-10-84-gf57bd85

2007-11-26 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=f57bd856b2a0e6ecd96fd34f112d28de18a9f212 The branch, master has

[SCM] GNU Automake branch, master, updated. Release-1-10-83-ga7ef966

2007-11-26 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=a7ef9660176bc5927a39fc519abbc03f13c4cbf9 The branch, master has

Re: [PATCH] Fix TAGS and GTAGS rules to cope with whitespace in `pwd`.

2007-11-26 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Sun, Nov 25, 2007 at 07:23:29PM CET: > * lib/am/tags.am (TAGS): Use positional parameters to avoid > the need to quote absolute file names. > (GTAGS): Quote absolute file name. > (CTAGS): Simplify, dropping unused variable `$tags'. > ## Make sure we have something to ru

[SCM] GNU Automake branch, master, updated. Release-1-10-82-gf1279d7

2007-11-26 Thread Ralf Wildenhues
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake". http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=f1279d7c7fdfd3d10c9b779c4bacb2d632dfcee0 The branch, master has

Re: lib -> share

2007-11-26 Thread Ralf Wildenhues
Hi Akim, * Akim Demaille wrote on Mon, Nov 26, 2007 at 03:01:31PM CET: > Now that Automake uses a decent version control > system which, I guess, preserves the history with > mv cp etc. it might be time to rename the lib dir > as share/? FWIW, I don't care much. Go ahead if you like. FWIW2, it

Re: config-ml.in questions.

2007-11-26 Thread Ralf Wildenhues
:ADDPATCH configure: Hello, Please approve and apply this patch to GCC and src. Again, I tested it in Automake, not with GCC, sorry. Thanks, Ralf 2007-11-26 Ralf Wildenhues <[EMAIL PROTECTED]> * config-ml.in: Robustify against white space in absolute file names. Index: conf

Re: It gits on my nerves

2007-11-26 Thread Ralf Wildenhues
Hi Ben, * Ben Pfaff wrote on Sat, Nov 24, 2007 at 10:36:30PM CET: > Recently, I discovered the fairly new command "git rebase > --interactive", which can sometimes be even easier. You might check > it out, if you are not already aware of it. Thanks for the pointer! No, I wasn't aware of that, t

lib -> share

2007-11-26 Thread Akim Demaille
Now that Automake uses a decent version control system which, I guess, preserves the history with mv cp etc. it might be time to rename the lib dir as share/?