mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 12:37:04 +00:00
Formerly configure.in.~11~
This commit is contained in:
parent
c2b69b5d9d
commit
ce25808caa
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue