-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 68e4219853fc810cbd3aff93972862b75f3de5c5:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 68e4219853fc810cbd3aff93972862b75f3de5c5
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Thu Jul 26 19:18:59 2007 +0000

    *** empty log message ***

diff --git a/configure.ac b/configure.ac

index be096682c0c0c27f5a581d3f35724d202304faea..

index ..f85888e8eefbdbb232b1da07d85390daa406f36e 100644

--- a/configure.ac
+++ b/configure.ac
@@ -459,9 +459,8 @@ AC_PATH_XTRA
 dnl# the only reasonable way to find libXpm is do-it-yourself
 dnl# only check if we want xpm-background

-LIBAFTERIMAGE_CFLAGS=
+AFTERIMAGE_CFLAGS=
 AFTERIMAGE_LIBS=
-have_afterimage=
 AFTERIMAGE_VERSION=

 if test x$support_afterimage = xyes; then
@@ -471,16 +470,16 @@ if test x$support_afterimage = xyes; then
     AC_PATH_PROG(afterimage_config, afterimage-config, no)
   fi
   AC_PROG_AWK
-  AC_MSG_CHECKING(for libAfterImage version >= 1.15 )
+  AC_MSG_CHECKING(for libAfterImage version >= 1.15)
   AFTERIMAGE_VERSION=`$afterimage_config --version`
-  if test -n $AFTERIMAGE_VERSION  ; then
-    LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
+  if test -n $AFTERIMAGE_VERSION ; then
+    AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
     AFTERIMAGE_LIBS=`$afterimage_config --libs`
     if test "x$AFTERIMAGE_LIBS" != "x"; then
       libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'`
       libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'`
       if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
-        support_afterimage=yes;
+        support_afterimage=yes
       fi
     fi
   fi
@@ -917,7 +916,7 @@ AC_SUBST(LIBS)
 AC_SUBST(X_LIBS)
 AC_SUBST(X_EXTRA_LIBS)

-AC_SUBST(LIBAFTERIMAGE_CFLAGS)
+AC_SUBST(AFTERIMAGE_CFLAGS)
 AC_SUBST(AFTERIMAGE_LIBS)

 AC_ARG_PROGRAM

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 12:31:07 2024