Add BUILT-SOURCES.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 03:17:36 +0000 (03:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 03:17:36 +0000 (03:17 +0000)
modules/alloca
modules/fnmatch

index 7723c8a3c4b32b79731f9c409ae246232ecd2942..5719b4b5933ffab29cdc001912077b8f9d6a6c10 100644 (file)
@@ -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 76c06c69b8318fccd01e365463ca8d939451e9e9..5473ebf8c5deda95f44cc172761f7f8484d1624a 100644 (file)
@@ -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