FVWM: fvwm-pre-2.0-patchlevel-35 configure.h

From: Randall S. Winchester <rsw_at_eng.umd.edu>
Date: Thu, 21 Sep 1995 10:05:32 -0400 (EDT)

I had to make two changes to configure.h.
One is new for pl-35, the other I have always made. I think both of these
changes should be made for pl-36. (A patch follows.)

This first one is that I had to put the following back;
/* Imake command needed to put modules in desired target location */
/* Use the second version if it causes grief */
#define TARGET_DIR BINDIR=FVWMDIR
/* #define TARGET_DIR */

If you just "#define TARGET_DIR", you will have your modules installed
in the X11 bin directory (/usr/local/X11R6/bin in my case). The intent
is to have them installed in FVWMDIR (i.e /usr/local/X11R6/lib/X11/fvwm2).
Otherwise you may not be able to run fvwm and fvwm2 concurently.


The second one is that I always comment out;
/*************************************************************************
 *
 * Really, no one but me should need this
 *
 ************************************************************************/
/*
#if defined __sun__ && !defined SYSV
#define BROKEN_SUN_HEADERS
#endif
*/


Here is the patch;
*** 1.1 1995/09/20 20:30:43
--- configure.h 1995/09/21 14:04:06
***************
*** 20,27 ****
  
  /* Imake command needed to put modules in desired target location */
  /* Use the second version if it causes grief */
! /* #define TARGET_DIR BINDIR=FVWMDIR */
! #define TARGET_DIR
  
  
  /* If you want Imake to leave your binary in the standard place where
--- 20,27 ----
  
  /* Imake command needed to put modules in desired target location */
  /* Use the second version if it causes grief */
! #define TARGET_DIR BINDIR=FVWMDIR
! /* #define TARGET_DIR */
  
  
  /* If you want Imake to leave your binary in the standard place where
***************
*** 100,108 ****
--- 100,110 ----
   * Really, no one but me should need this
   *
   ************************************************************************/
+ /*
  #if defined __sun__ && !defined SYSV
  #define BROKEN_SUN_HEADERS
  #endif
+ */
  /***************************************************************************
   *
   * In theory, this stuff can be replaced with GNU Autoconf

--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Sep 21 1995 - 09:06:15 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:57 BST