moving template files.
Update iffe.
ARCH=linux.i386
# specify root directory for installation
-INSTALLROOT=/home/erg/src/gviz/build/linux.i386
+INSTALLROOT=/usr/local/graphviz
# specify where to find tcl >= 8.0
TCLDIR=/usr/common/tcl8.3.3
# location of tk.h
TK_INCDIR=$(TKDIR)/include
-VERSION=2.5
-VERSION=2.5
-VERSION=2.5
-VERSION=2.5
-VERSION=2.5
-VERSION=2.5
-VERSION=2.5
+VERSION=2.7
-/* : : generated from configdata by iffe version 2004-08-11 : : */
+/* : : generated from config.iffe by iffe version 2004-08-11 : : */
#ifndef _GVIZ_CONFIG_H
#define _GVIZ_CONFIG_H 1
#define HAVE_SYS_TYPES_H 1 /* #include <sys/types.h> ok */
# do the same for config.h plus insert VERSION and BUILDDATE
V=$(grep 'AC_INIT(graphviz' configure.ac | m4 '-DAC_INIT=$2')
D=$(date)
-./iffe - set cc cc : run configdata | sed "s/VVVV/$V/" | sed "s/DDDD/$D/" > config.h
+./iffe - set cc cc : run config.iffe | sed "s/VVVV/$V/" | sed "s/DDDD/$D/" > config.h
# Append VERSION to Config.mk
-mv Config.mk.old Config.mk
+cp Config.mk.old Config.mk
echo "VERSION=$V" >> Config.mk
# Remove cdt/ast_common.h if it came with the distribution