m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU M4 source repository branch, master, updated. 63e4aec38e5573ec


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. 63e4aec38e5573ec8a774f5a6e467332826f5d95
Date: Sun, 28 Oct 2007 22:48:20 +0000

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=63e4aec38e5573ec8a774f5a6e467332826f5d95

The branch, master has been updated
       via  63e4aec38e5573ec8a774f5a6e467332826f5d95 (commit)
      from  85920dd1b26a268744d8da4d4e6d52843b77a36a (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 63e4aec38e5573ec8a774f5a6e467332826f5d95
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Oct 28 17:20:30 2007 +0100

    * Makefile.am: Adjust getopt handling to latest gnulib layout.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1b2fe01..22917a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,8 +76,7 @@ src_m4_SOURCES        = \
 if GETOPT
 src_m4_SOURCES += \
                  src/getopt.c \
-                 src/getopt1.c \
-                 src/getopt.h
+                 src/getopt1.c
 endif
 if STACKOVF
 src_m4_SOURCES += src/stackovf.c
@@ -101,13 +100,13 @@ clean-local-src:
 ##  (from: gnulib-tool --extract-automake-snippet getopt version-etc)   ##
 ##                                                                      ##
 BUILT_SOURCES  += src/$(GETOPT_H)
-EXTRA_DIST     += src/getopt_.h src/getopt_int.h
+EXTRA_DIST     += src/getopt.in.h src/getopt_int.h
 
 # We need the following in order to create an <getopt.h> when the
 # system doesn't have one that works with the given compiler.
 all-local: src/$(GETOPT_H)
-src/getopt.h: src/getopt_.h
-       cp $(srcdir)/src/getopt_.h address@hidden
+src/getopt.h: src/getopt.in.h
+       cp $(srcdir)/src/getopt.in.h address@hidden
        mv address@hidden $@
 MOSTLYCLEANFILES += src/getopt.h src/getopt.h-t
 ##                                                                      ##


hooks/post-receive
--
GNU M4 source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]