mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Put dnls before random whitespace.
This commit is contained in:
parent
f801fc3521
commit
4867409da2
@ -1,7 +1,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_REVISION([$Id$])
|
||||
AC_PREREQ(2.1) dnl Minimum Autoconf version required.
|
||||
AC_INIT(vpath.c) dnl A distinctive file to look for in srcdir.
|
||||
AC_PREREQ(2.1)dnl dnl Minimum Autoconf version required.
|
||||
AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir.
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_SUBDIRS(glob) dnl Run configure in glob subdirectory.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user