bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] alloca, fnmatch BUILT_SOURCES (merge from coreutils)


From: Paul Eggert
Subject: [Bug-gnulib] alloca, fnmatch BUILT_SOURCES (merge from coreutils)
Date: 16 Aug 2003 20:21:41 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I installed this change, merged from coreutils.  It adds support for
the BUILT_SOURCES variable of Automake.

2003-08-16  Paul Eggert  <address@hidden>

        * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
        * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.

Index: modules/alloca
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/alloca,v
retrieving revision 1.7
diff -p -u -r1.7 alloca
--- modules/alloca      15 Aug 2003 06:03:15 -0000      1.7
+++ modules/alloca      17 Aug 2003 03:16:43 -0000
@@ -13,6 +13,7 @@ configure.ac:
 gl_FUNC_ALLOCA
 
 Makefile.am:
+BUILT_SOURCES += $(ALLOCA_H)
 EXTRA_DIST += alloca_.h
 
 # We need the following in order to create an <alloca.h> when the system
Index: modules/fnmatch
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/fnmatch,v
retrieving revision 1.5
diff -p -u -r1.5 fnmatch
--- modules/fnmatch     15 Aug 2003 06:03:15 -0000      1.5
+++ modules/fnmatch     17 Aug 2003 03:16:43 -0000
@@ -15,6 +15,7 @@ configure.ac:
 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
 
 Makefile.am:
+BUILT_SOURCES += $(FNMATCH_H)
 EXTRA_DIST += fnmatch_.h fnmatch_loop.c
 
 # We need the following in order to create an <fnmatch.h> when the system




reply via email to

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