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 M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=5318dab180e2d652f64f928a405ede32539c7f57 The branch, master has been updated via 5318dab180e2d652f64f928a405ede32539c7f57 (commit) from 67f198b7abacaa5e7958ad8892b82de32d7c75cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5318dab180e2d652f64f928a405ede32539c7f57 Author: Eric Blake <[EMAIL PROTECTED]> Date: Tue Nov 6 06:29:27 2007 -0700 * build-aux/mkstamp: Rename from ltdl/config/mkstamp. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: .cvsignore | 1 - .gitignore | 1 - ChangeLog | 2 ++ {ltdl/config => build-aux}/.cvsignore | 0 {ltdl/config => build-aux}/.gitignore | 0 {ltdl/config => build-aux}/mkstamp | 0 ltdl/.cvsignore | 1 + ltdl/.gitignore | 1 + 8 files changed, 4 insertions(+), 2 deletions(-) rename {ltdl/config => build-aux}/.cvsignore (100%) rename {ltdl/config => build-aux}/.gitignore (100%) rename {ltdl/config => build-aux}/mkstamp (100%) diff --git a/.cvsignore b/.cvsignore index f36af79..1b25efa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,7 +4,6 @@ ABOUT-NLS aclocal.m4 aclocal.m4t autom4te.cache -build-aux config.cache config.h config-h.in diff --git a/.gitignore b/.gitignore index 21bfd60..ed1f298 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ ABOUT-NLS aclocal.m4 aclocal.m4t autom4te.cache -build-aux config.cache config.h config-h.in diff --git a/ChangeLog b/ChangeLog index 0a986c6..d7be92b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-06 Eric Blake <[EMAIL PROTECTED]> + * build-aux/mkstamp: Rename from ltdl/config/mkstamp. + * Makefile.am (tests/package.m4): Work around bash bug. Reported by Ralf Wildenhues. diff --git a/ltdl/config/.cvsignore b/build-aux/.cvsignore similarity index 100% rename from ltdl/config/.cvsignore rename to build-aux/.cvsignore diff --git a/ltdl/config/.gitignore b/build-aux/.gitignore similarity index 100% rename from ltdl/config/.gitignore rename to build-aux/.gitignore diff --git a/ltdl/config/mkstamp b/build-aux/mkstamp similarity index 100% rename from ltdl/config/mkstamp rename to build-aux/mkstamp diff --git a/ltdl/.cvsignore b/ltdl/.cvsignore index e2af3df..aec0bad 100644 --- a/ltdl/.cvsignore +++ b/ltdl/.cvsignore @@ -8,6 +8,7 @@ argz.c argz_.h argz.h autom4te.cache +config config-h.in config.* configure diff --git a/ltdl/.gitignore b/ltdl/.gitignore index e2af3df..aec0bad 100644 --- a/ltdl/.gitignore +++ b/ltdl/.gitignore @@ -8,6 +8,7 @@ argz.c argz_.h argz.h autom4te.cache +config config-h.in config.* configure hooks/post-receive -- GNU M4 source repository
