summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-15 11:32:39 +0000
committerRoland McGrath <roland@redhat.com>1994-11-15 11:32:39 +0000
commit4867409da2bbbd35d19c4313fdd3dc4d27ace446 (patch)
tree994f4439fb1896a01b095f1f21e2025ac1a3747e
parentf801fc3521d8f5067169fc9155acb429f867f51c (diff)
downloadgunmake-4867409da2bbbd35d19c4313fdd3dc4d27ace446.tar.gz
Put dnls before random whitespace.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d9ad4f8..6810b38 100644
--- a/configure.in
+++ b/configure.in
@@ -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.