diff options
author | Roland McGrath <roland@redhat.com> | 1994-11-15 11:32:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-11-15 11:32:39 +0000 |
commit | 4867409da2bbbd35d19c4313fdd3dc4d27ace446 (patch) | |
tree | 994f4439fb1896a01b095f1f21e2025ac1a3747e /configure.in | |
parent | f801fc3521d8f5067169fc9155acb429f867f51c (diff) | |
download | gunmake-4867409da2bbbd35d19c4313fdd3dc4d27ace446.tar.gz |
Put dnls before random whitespace.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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. |