diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:48:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:48:53 -0700 |
commit | 3ea70059805b3ebc795f797b5880b90b6b3a9235 (patch) | |
tree | 580e215d33f103506e983e4b67739c587d8f8c5a /configure.ac | |
parent | 0c9e200c3975917f5d78eac67b1f4cedefd73079 (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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3514053..5577803 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ else fi if test "x$USE_GETTEXT" = "xyes" ; then - AC_DEFINE([USE_GETTEXT], 1, + AC_DEFINE([USE_GETTEXT], 1, [Define to 1 if you want to use the gettext() function.]) fi AM_CONDITIONAL(USE_GETTEXT, test "x$USE_GETTEXT" = "xyes") |