]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly configure.in.~7~
authorRoland McGrath <roland@redhat.com>
Sun, 20 Dec 1992 23:08:11 +0000 (23:08 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 20 Dec 1992 23:08:11 +0000 (23:08 +0000)
configure.in

index e2dc496465547c08a81e11321b92c9ad19bd7cdd..65187b54f126fd349f84296d15c09c068f909f90 100644 (file)
@@ -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: