aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-05 19:27:37 +0000
committerJim Meyering <meyering@redhat.com>2008-02-05 19:27:37 +0000
commite04912a9f04a26f82f5d7711260ef15e02b4967a (patch)
treef722b767b262f8875f8266038ec008a934893e37 /autogen.sh
parentIgnore built test files (diff)
downloadlibvirt-e04912a9f04a26f82f5d7711260ef15e02b4967a.tar.gz
libvirt-e04912a9f04a26f82f5d7711260ef15e02b4967a.tar.bz2
libvirt-e04912a9f04a26f82f5d7711260ef15e02b4967a.zip
Remove all trailing blanks; turn on the rule to detect them.
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 3bcffd3d9..788729fae 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
+test -z "$srcdir" && srcdir=.
THEDIR=`pwd`
cd $srcdir
@@ -70,6 +70,6 @@ if test x$OBJ_DIR != x; then
fi
$srcdir/configure "$@" && {
- echo
+ echo
echo "Now type 'make' to compile libvirt."
}