summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-19 00:19:54 +0000
committerRoland McGrath <roland@redhat.com>1993-01-19 00:19:54 +0000
commitce25808caa98e772d12ff9056159d6349b68b818 (patch)
tree19dc2ad17bc37a3bca441298046aaa0266f14e8f /configure.in
parentc2b69b5d9de5cb701c3cbe3f2e980d5465121ec2 (diff)
downloadgunmake-ce25808caa98e772d12ff9056159d6349b68b818.tar.gz
Formerly configure.in.~11~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9d309d5..87c5726 100644
--- a/configure.in
+++ b/configure.in
@@ -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"