]> git.pld-linux.org Git - packages/aterm.git/blob - aterm-without-afterstep.patch
- Option to switch on/off integration with AfterStep (off by default)
[packages/aterm.git] / aterm-without-afterstep.patch
1 --- aterm-1.0.1.old/autoconf/configure.in       2007-08-01 19:45:34.000000000 +0200
2 +++ aterm-1.0.1/autoconf/configure.in   2007-10-25 00:46:26.000000000 +0200
3 @@ -126,6 +126,11 @@
4          then AC_DEFINE(TRANSPARENT,1,[Define if you want to have a transparent background]) transparent=yes;
5  fi
6  
7 +dnl# AfterStep integration
8 +
9 +AC_ARG_WITH(afterstep, [ --with-afterstep      AfterStep integration],, 
10 +           [with_afterstep=no])
11 +
12  dnl# The following is passed directly to libAfterImage configure :
13  
14  AC_ARG_WITH(afterimage_config,  [  --with-afterimage-config=DIR  use libAfterImage config script in DIR], afterimage_config="$withval",afterimage_config=NO)
15 @@ -290,6 +295,7 @@
16  AFTERSTEP_LIB=
17  
18  
19 +if test "$with_afterstep" != no; then
20  dnl# if needed - check for external libAfterImage and libAfterBase :
21  AC_MSG_CHECKING(if distributed as part of AfterStep)
22  if test -d ../../libAfterBase && -d ../../libAfterImage && -d ../../libAfterStep ; then 
23 @@ -369,6 +375,7 @@
24         fi
25  
26  fi
27 +fi
28  
29  
30  if test "x$have_afterbase" = "xyes"; then
This page took 0.061281 seconds and 3 git commands to generate.