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 7723c8a..5719b4b 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 76c06c6..5473ebf 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