From: Roland McGrath Date: Tue, 15 Nov 1994 11:32:39 +0000 (+0000) Subject: Put dnls before random whitespace. X-Git-Tag: 3.72.2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4867409da2bbbd35d19c4313fdd3dc4d27ace446;p=thirdparty%2Fmake.git Put dnls before random whitespace. --- diff --git a/configure.in b/configure.in index d9ad4f87..6810b38d 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.