Index: branches/eam_branches/20091113/magic/configure.tcsh
===================================================================
--- branches/eam_branches/20091113/magic/configure.tcsh	(revision 26119)
+++ branches/eam_branches/20091113/magic/configure.tcsh	(revision 26247)
@@ -105,8 +105,10 @@
 echo 
 
-# the config.tools fixconf operations below interpolate values in Makefile
-if (-e Makefile) mv Makefile Makefile.bak
-cp -f Makefile.in Makefile
+# we do not actually need to modify the Makefile
 
+#  # the config.tools fixconf operations below interpolate values in Makefile
+#  if (-e Makefile) mv Makefile Makefile.bak
+#  cp -f Makefile.in Makefile
+#  
 # BINDIR holds the output binary files
 if ("$bindir" == "") then
@@ -115,14 +117,15 @@
 endif
 set bindir = `./config.tools fixpath $bindir`
-./config.tools fixconf @BINDIR@ $bindir
-echo BINDIR $bindir
 
-# MANDIR (DESTMAN) holds the output man pages
-if ("$mandir" == "") then
-  set mandir = $prefix/man
-endif
-set mandir = `./config.tools fixpath $mandir`
-./config.tools fixconf @MANDIR@ $mandir
-echo DESTMAN $mandir
+#  ./config.tools fixconf @BINDIR@ $bindir
+#  echo BINDIR $bindir
+#  
+#  # MANDIR (DESTMAN) holds the output man pages
+#  if ("$mandir" == "") then
+#    set mandir = $prefix/man
+#  endif
+#  set mandir = `./config.tools fixpath $mandir`
+#  ./config.tools fixconf @MANDIR@ $mandir
+#  echo DESTMAN $mandir
 
 echo ""
