diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-20 23:08:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-20 23:08:11 +0000 |
commit | 50f2c1fbd9720a8c23d47d5e6bd77692794cdc8a (patch) | |
tree | 2d796487662f15180ae2698008a6ab291563ed14 | |
parent | 40507f313a90e6a2c16a4327e5298131b49c9c76 (diff) | |
download | gunmake-50f2c1fbd9720a8c23d47d5e6bd77692794cdc8a.tar.gz |
Formerly configure.in.~7~
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e2dc496..65187b5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(vpath.c) dnl A distinctive file to look for in srcdir. +AC_CONFIG_HEADER(config.h) AC_PROG_INSTALL AC_PROG_RANLIB @@ -50,5 +51,5 @@ dnl Local Variables: dnl comment-start: " dnl " dnl comment-end: "" dnl comment-start-skip: "\\bdnl\\b\\s *" -dnl compile-command: "make configure" +dnl compile-command: "make configure config.h.in" dnl End: |