From 2de6095f34b57a3c45914e74ce4aaef17dd4b86f Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Mon, 29 Oct 2007 18:18:48 +0000 Subject: [PATCH] - Option to switch on/off integration with AfterStep (off by default) Changed files: aterm-without-afterstep.patch -> 1.1 --- aterm-without-afterstep.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 aterm-without-afterstep.patch diff --git a/aterm-without-afterstep.patch b/aterm-without-afterstep.patch new file mode 100644 index 0000000..626c910 --- /dev/null +++ b/aterm-without-afterstep.patch @@ -0,0 +1,30 @@ +--- aterm-1.0.1.old/autoconf/configure.in 2007-08-01 19:45:34.000000000 +0200 ++++ aterm-1.0.1/autoconf/configure.in 2007-10-25 00:46:26.000000000 +0200 +@@ -126,6 +126,11 @@ + then AC_DEFINE(TRANSPARENT,1,[Define if you want to have a transparent background]) transparent=yes; + fi + ++dnl# AfterStep integration ++ ++AC_ARG_WITH(afterstep, [ --with-afterstep AfterStep integration],, ++ [with_afterstep=no]) ++ + dnl# The following is passed directly to libAfterImage configure : + + AC_ARG_WITH(afterimage_config, [ --with-afterimage-config=DIR use libAfterImage config script in DIR], afterimage_config="$withval",afterimage_config=NO) +@@ -290,6 +295,7 @@ + AFTERSTEP_LIB= + + ++if test "$with_afterstep" != no; then + dnl# if needed - check for external libAfterImage and libAfterBase : + AC_MSG_CHECKING(if distributed as part of AfterStep) + if test -d ../../libAfterBase && -d ../../libAfterImage && -d ../../libAfterStep ; then +@@ -369,6 +375,7 @@ + fi + + fi ++fi + + + if test "x$have_afterbase" = "xyes"; then -- 2.43.0