summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-03-16 00:33:34 +0000
committersabetts <sabetts>2006-03-16 00:33:34 +0000
commit9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6 (patch)
treec6b2230a429ae887eed80487d1833c1eec129447 /autogen.sh
parent0ad6d8b36f975c43f37b0ad07112c2cd31003417 (diff)
downloadratpoison-9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6.zip
remove tabs and trailing whitespace.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index f3576a4..5a1be80 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# $Id: autogen.sh,v 1.7 2004/12/03 01:20:56 sabetts Exp $
+# $Id: autogen.sh,v 1.8 2006/03/16 00:33:34 sabetts Exp $
#
# usage: ./autogen.sh [-f]
# option "-f" means forcefully create symlinks for missing files
@@ -29,4 +29,3 @@ if [ x"$1" = x-f ]
fi
aclocal && autoheader && automake -a $am_opt && autoconf
-