diff ChangeLog @ 108217:100210917be8

Replace some X-related cpp with autoconf. * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables. * src/Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables. (LIBXT_OTHER, LIBX_OTHER): New, set by configure. (LIBXT): Set with configure, not cpp. (LIBX): Remove. (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 May 2010 19:10:43 -0700
parents 2fb32340c261
children 135e34f90ef1
line wrap: on
line diff
--- a/ChangeLog	Sun May 02 18:53:58 2010 -0700
+++ b/ChangeLog	Sun May 02 19:10:43 2010 -0700
@@ -1,5 +1,7 @@
 2010-05-03  Glenn Morris  <rgm@gnu.org>
 
+	* configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
+
 	* make-dist: There are no more src/m/*.inp files.
 
 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>