summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-06 23:30:00 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-06 23:30:13 -0700
commite6a41a0c6a84b34c6dc173a0a41089d0ebaddac0 (patch)
tree1e4d430843b35689768382d5687da0567558547c
parent3683c2b2d0b5e7d57374860147ca827da596bad5 (diff)
downloadxorg-util-macros-e6a41a0c6a84b34c6dc173a0a41089d0ebaddac0.tar.gz
Strip trailing whitespace
sed -i 's/[[:space:]]*$//' * Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README2
-rw-r--r--xorg-macros.m4.in6
-rw-r--r--xorgversion.m42
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 3d7e08b..290ef95 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ Xorg mailing list:
The master development code repository can be found at:
git://anongit.freedesktop.org/git/xorg/util/macros
-
+
http://cgit.freedesktop.org/xorg/util/macros/
For more information on the git code manager, see:
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
index cd76fca..18c33e9 100644
--- a/xorg-macros.m4.in
+++ b/xorg-macros.m4.in
@@ -1,7 +1,7 @@
dnl @configure_input@
dnl
dnl Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
-dnl
+dnl
dnl Permission is hereby granted, free of charge, to any person obtaining a
dnl copy of this software and associated documentation files (the "Software"),
dnl to deal in the Software without restriction, including without limitation
@@ -34,7 +34,7 @@ dnl DEALINGS IN THE SOFTWARE.
# [m4_fatal([must install xorg-macros 1.1 or later before running autoconf/autogen])])
#
#
-# See the "minimum version" comment for each macro you use to see what
+# See the "minimum version" comment for each macro you use to see what
# version you require.
m4_defun([XORG_MACROS_VERSION],[
m4_define([vers_have], [@VERSION@])
@@ -57,7 +57,7 @@ m4_undefine([maj_needed])
# such as man pages and config files
AC_DEFUN([XORG_PROG_RAWCPP],[
AC_REQUIRE([AC_PROG_CPP])
-AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
+AC_PATH_PROGS(RAWCPP, [cpp], [${CPP}],
[$PATH:/bin:/usr/bin:/usr/lib:/usr/libexec:/usr/ccs/lib:/usr/ccs/lbin:/lib])
# Check for flag to avoid builtin definitions - assumes unix is predefined,
diff --git a/xorgversion.m4 b/xorgversion.m4
index 017fb51..19f2ffd 100644
--- a/xorgversion.m4
+++ b/xorgversion.m4
@@ -26,7 +26,7 @@ dnl
# XORG_RELEASE_VERSION
# --------------------
# Defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use.
-
+
AC_DEFUN([XORG_RELEASE_VERSION],[
AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
[`echo $PACKAGE_VERSION | cut -d . -f 1`],