*** empty log message ***
authorroot <root>
Mon, 23 Oct 2006 16:37:00 +0000 (16:37 +0000)
committerroot <root>
Mon, 23 Oct 2006 16:37:00 +0000 (16:37 +0000)
Changes
reconf

diff --git a/Changes b/Changes
index 519fbd1cccd6452e583d479a77b7539f2c2d9115..5a8bc875149b70fd8e98a8dd8711c31336a4dbef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -892,7 +892,7 @@ TODO: clear_rect -1 transparency breaks -ip
        - fix pixmap offset when tinting (reported by Eduard Bloch).
        - new -sh option by Mikael Magnusson.
        - off-focus-fading (--enable-fading) support (patch by
-         Mikael Magnusson).
+         Mikael Magnusson, based on aterm code).
        - cursor now set correctly on --disable-blank (reported by
          Mikael Magnusson).
        - better (and non-crashing) slipwheeling (Mikael Magnusson).
diff --git a/reconf b/reconf
index 9a619b32ed99d2c456db80f2cf69b895bc9695a2..41e1ec87febc897e0c96642ede82c239fc66e466 100755 (executable)
--- a/reconf
+++ b/reconf
@@ -5,8 +5,8 @@
 
 # just set some compiler options
 if [ "x$HOSTNAME" = xcerebro -o "x$HOSTNAME" = xfuji ]; then
-   CC=ccache\ gcc-4.0
-   CXX=ccache\ g++-4.0
+   CC=ccache\ gcc
+   CXX=ccache\ g++
    export CC CXX
    unset CXXFLAGS CFLAGS
 fi