Remove trailing whitespace.
authorayin <ayin>
Sat, 9 Jun 2007 10:28:55 +0000 (10:28 +0000)
committerayin <ayin>
Sat, 9 Jun 2007 10:28:55 +0000 (10:28 +0000)
Makefile.in
configure.ac
doc/Makefile.in
src/Makefile.in

index c1649965218714dbe981f2d2108d8347cc1a99f4..3d4ef37d4bee8a3b2d2cf478e532b87b97da2b3e 100644 (file)
@@ -30,7 +30,7 @@ PERL = @PERL@
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL@ -m 755
 INSTALL_DATA = @INSTALL@ -m 644
-CXXFLAGS = @CXXFLAGS@ 
+CXXFLAGS = @CXXFLAGS@
 CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 DEFS = @DEFS@
index 370edf8fe0241b5b56eee6cae0ffeffc195de6f3..9043e30f23dcdd1bf89cb59533f94b2c3b46cc0d 100644 (file)
@@ -15,10 +15,10 @@ VERSION=`sed -n -e 's/^.*[ \t]VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
 DATE=`sed -n -e 's/^.*[ \t]DATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
 dnl LIBVERSION=`sed -n -e 's/^.*[ \t]LIBVERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`
 changequote([, ])dnl
-AC_SUBST(VERSION)dnl 
-AC_SUBST(DATE)dnl 
-AC_SUBST(LSMDATE)dnl 
-AC_SUBST(LIBVERSION)dnl 
+AC_SUBST(VERSION)dnl
+AC_SUBST(DATE)dnl
+AC_SUBST(LSMDATE)dnl
+AC_SUBST(LIBVERSION)dnl
 echo ""
 echo "configuring for rxvt $VERSION"
 echo ""
@@ -470,24 +470,24 @@ have_afterimage=
 if test x$support_afterimage == xyes; then
        AC_MSG_CHECKING(installed libAfterImage)
        support_afterimage=no
-       if test "$afterimage_config" = "NO" ; then 
-               if afterimage-config --version > /dev/null 2>&1 ; then  
+       if test "$afterimage_config" = "NO" ; then
+               if afterimage-config --version > /dev/null 2>&1 ; then
                        afterimage_config=afterimage-config
                else
-                       if test -x /usr/local/bin/afterimage-config; then           
-                               afterimage_config=/usr/local/bin/afterimage-config 
+                       if test -x /usr/local/bin/afterimage-config; then
+                               afterimage_config=/usr/local/bin/afterimage-config
                        fi
                fi
        else
            afterimage_config=$afterimage_config/afterimage-config
        fi
-       if $afterimage_config --version > /dev/null 2>&1 ; then 
+       if $afterimage_config --version > /dev/null 2>&1 ; then
                LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
                AFTERIMAGE_LIBS=`$afterimage_config --libs`
                if test "x$AFTERIMAGE_LIBS" != "x"; then
                        support_afterimage=yes
                fi
-       fi                                              
+       fi
 
        if test "x$support_afterimage" = "xyes"; then
                AC_MSG_RESULT($AFTERIMAGE_LIBS)
@@ -560,8 +560,8 @@ main()
 {
     exit(0);
     (void) XOpenDisplay("foobar");
-}]])],[rxvt_cv_rpath=yes],[rxvt_cv_rpath=no],[dnl                  
-  AC_MSG_WARN(You may need to check the LIBS line)])])             
+}]])],[rxvt_cv_rpath=yes],[rxvt_cv_rpath=no],[dnl
+  AC_MSG_WARN(You may need to check the LIBS line)])])
 if test x$rxvt_cv_rpath != xyes; then
   changequote(, )dnl
   R_TRANSLATE='s/-L\([^ ]*\)/-L\1 '$LDARG'-R\1/g'
@@ -574,7 +574,7 @@ main()
 {
     exit(0);
     (void) XOpenDisplay("foobar");
-}]])],[rxvt_cv_R=yes],[rxvt_cv_R=no],[rxvt_cv_R=no])])             
+}]])],[rxvt_cv_R=yes],[rxvt_cv_R=no],[rxvt_cv_R=no])])
   if test x$rxvt_cv_R != xyes; then
     LIBS="$ac_save_LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
   fi
@@ -718,7 +718,7 @@ AC_CACHE_CHECK(where ttys/ttytab is located, rxvt_cv_path_ttytab,
 [for ttys_file in   dnl
   /etc/ttys /etc/ttytab;
 do
-  if test -f "$ttys_file" ; then 
+  if test -f "$ttys_file" ; then
     rxvt_cv_path_ttytab=$ttys_file
     break
   fi
index 61a9c2258bb7217118814942337964ec663115e4..754c96e52c8c9bea30e5ef940d6076307eaa8e1d 100644 (file)
@@ -90,7 +90,7 @@ clean:
 realclean: clean
        rm -f tags ../README.configure ../README.FAQ
        rm -f rxvt.1.man.in rxvt.7.man.in rxvtc.1.man.in rxvtd.1.man.in
-       rm -f rxvt.1.man    rxvt.7.man    rxvtc.1.man    rxvtd.1.man   
+       rm -f rxvt.1.man    rxvt.7.man    rxvtc.1.man    rxvtd.1.man
        rm -f rxvt.1.txt    rxvt.7.txt    rxvtc.1.txt    rxvtd.1.txt
        rm -f rxvt.1.html   rxvt.7.html   rxvtc.1.html   rxvtd.1.html
 
index 85100a23163d2ea9abce195ba5170605d4388f23..7b2a9a0793d703197220d1d77ab5c31d4dcfd810 100644 (file)
@@ -19,7 +19,7 @@ PERL = @PERL@
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL@ -m 755
 INSTALL_DATA = @INSTALL@ -m 644
-CXXFLAGS = @CXXFLAGS@ 
+CXXFLAGS = @CXXFLAGS@
 CPPFLAGS = @CPPFLAGS@ @XPM_CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 DEFS = @DEFS@