summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:50:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:50:38 -0700
commita0e20c08bbe18b41ea54c319bd83874b5a7f9788 (patch)
treecc2d3f5c22715217d816a0163e0686ad1335a159 /configure.ac
parent754b492ddf490682c5fff2518a36d0afb5655a36 (diff)
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c74adb..cdfbf77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AM_MAINTAINER_MODE
# Initialize libtool
AC_PROG_LIBTOOL
-
+
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])