strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / spawn
index eb0d4c13a602aa7375138aca1b67dc54adac1745..f133422cbc6528fc14550ebe8755f1d847866e57 100644 (file)
@@ -16,13 +16,11 @@ configure.ac:
 gl_SPAWN_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += spawn.h
-
 BUILT_SOURCES += spawn.h
 
 # We need the following in order to create a replacement for <spawn.h> when
 # the system doesn't have one.
-spawn.h: spawn.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
+spawn.h: spawn.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
        $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \