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