*** empty log message ***
authorroot <root>
Sat, 17 Feb 2007 20:44:03 +0000 (20:44 +0000)
committerroot <root>
Sat, 17 Feb 2007 20:44:03 +0000 (20:44 +0000)
Changes
MANIFEST
doc/rxvt.7.pod
reconf [deleted file]

diff --git a/Changes b/Changes
index 65a91bc5d635ace4c9813890688e8d1313cee41a..ff43da8c168bc6fc2c5a7775d0f7993c793e2c79 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,6 +20,8 @@ WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the
 WISH: kick out xpm.C, replace by pixbuf
 DUMB: support tex fonts
 
+       - nuke reconf script, serves no purpose anymore.
+
 8.2  Sat Feb 17 21:35:28 CET 2007
        - fix make depend in src/, reported by exg.
         - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
index 92f77a2eb476810b01256183e80ba1d3efc0b604..34fe2aa906be72ae68e62eb22066ae43acb16d63 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,7 +5,6 @@ INSTALL
 MANIFEST
 README.configure
 README.FAQ
-reconf
 update_ptytty
 configure
 configure.ac
index 1958c9204c5716ca13875f41774f7541a5d88e1b..b0540886676020863731c0bc3d3da289131587c6 100644 (file)
@@ -2203,10 +2203,9 @@ your system.
 
 General hint: if you get compile errors, then likely your configuration
 hasn't been tested well. Either try with C<--enable-everything> or use
-the F<./reconf> script as a base for experiments. F<./reconf> is used by
-myself, so it should generally be a working config. Of course, you should
-always report when a combination doesn't work, so it can be fixed. Marc
-Lehmann <rxvt@schmorp.de>.
+the default configuration (i.e. C<--enable-xxx> or C<--disable-xxx>). Of
+course, you should always report when a combination doesn't work, so it
+can be fixed. Marc Lehmann <rxvt@schmorp.de>.
 
 All
 
diff --git a/reconf b/reconf
deleted file mode 100755 (executable)
index 41e1ec8..0000000
--- a/reconf
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# this is the configure script I use. It represents most of the features I
-# support and is a good baseline :)
-
-# just set some compiler options
-if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
-   CC=ccache\ gcc
-   CXX=ccache\ g++
-   export CC CXX
-   unset CXXFLAGS CFLAGS
-fi
-
-./configure --prefix=/opt/rxvt --with-name=rxvt --enable-menubar \
-            "$@"