]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly configure.in.~11~
authorRoland McGrath <roland@redhat.com>
Tue, 19 Jan 1993 00:19:54 +0000 (00:19 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 19 Jan 1993 00:19:54 +0000 (00:19 +0000)
configure.in

index 9d309d5cb083709ac844ec74dc57f8eb0a97c4db..87c57265279f022f73b9e3fc4a7c8f5c0b904fd5 100644 (file)
@@ -18,6 +18,7 @@ AC_PID_T
 AC_RETSIGTYPE
 AC_HAVE_HEADERS(limits.h sys/param.h fcntl.h)
 AC_MINUS_C_MINUS_O
+AC_CONST                       dnl getopt needs this.
 
 AC_SUBST(LIBOBJS)
 
@@ -50,7 +51,7 @@ AC_XENIX_DIR
 AC_OUTPUT(Makefile build.sh glob/Makefile)
 
 dnl Local Variables:
-dnl comment-start: " dnl "
+dnl comment-start: "dnl "
 dnl comment-end: ""
 dnl comment-start-skip: "\\bdnl\\b\\s *"
 dnl compile-command: "make configure config.h.in"