=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/configure.in,v retrieving revision 1.1 retrieving revision 1.1.1.1 diff -u -p -r1.1 -r1.1.1.1 --- OpenXM_contrib/gnuplot/Attic/configure.in 2000/01/09 17:00:49 1.1 +++ OpenXM_contrib/gnuplot/Attic/configure.in 2000/01/09 17:00:49 1.1.1.1 @@ -10,10 +10,10 @@ dnl [Lars: this is no longer necessary. I have cut thi dnl of configure.in and added the necessery definitions to syscfg.h. dnl This reduced the size of configure by 30k! dnl -dnl $Id: configure.in,v 1.1 2000/01/09 17:00:49 maekawa Exp $ +dnl $Id: configure.in,v 1.1.1.1 2000/01/09 17:00:49 maekawa Exp $ dnl AC_PREREQ(2.13) -AC_REVISION($Revision: 1.1 $) +AC_REVISION($Revision: 1.1.1.1 $) AC_INIT(graphics.c) VERSION=`sed -n 's/.*version.*"\(.*\)".*/\1/p' $srcdir/version.c|tr -d ' '` AM_INIT_AUTOMAKE(gnuplot, $VERSION)