From: erg <devnull@localhost>
Date: Wed, 28 Jun 2006 18:05:47 +0000 (+0000)
Subject: Update old makefiles for new plugin directory
X-Git-Tag: LAST_LIBGRAPH~32^2~6215
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c7575b254d4ef09546b2220e03ed75c58f2dcdd;p=graphviz

Update old makefiles for new plugin directory
---

diff --git a/configure.old b/configure.old
index dbb51b717..9b60e72b6 100755
--- a/configure.old
+++ b/configure.old
@@ -12,7 +12,8 @@ for i in `find . -name Makefile.old`; do cp $i ${i%%.old}; done
 # 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 config.iffe | sed "s/VVVV/$V/" | sed "s/DDDD/$D/" > config.h
+./iffe - set cc cc : run config.iffe | sed "s/VVVV/$V/" > config.h
+echo "#define BUILDDATE \"$D\"" > builddate.h
 
 # Append VERSION to Config.mk
 cp Config.mk.old Config.mk