Changeset 26247 for branches/eam_branches/20091113/magic/configure.tcsh
- Timestamp:
- Nov 22, 2009, 1:31:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/magic/configure.tcsh
r25431 r26247 105 105 echo 106 106 107 # the config.tools fixconf operations below interpolate values in Makefile 108 if (-e Makefile) mv Makefile Makefile.bak 109 cp -f Makefile.in Makefile 107 # we do not actually need to modify the Makefile 110 108 109 # # the config.tools fixconf operations below interpolate values in Makefile 110 # if (-e Makefile) mv Makefile Makefile.bak 111 # cp -f Makefile.in Makefile 112 # 111 113 # BINDIR holds the output binary files 112 114 if ("$bindir" == "") then … … 115 117 endif 116 118 set bindir = `./config.tools fixpath $bindir` 117 ./config.tools fixconf @BINDIR@ $bindir118 echo BINDIR $bindir119 119 120 # MANDIR (DESTMAN) holds the output man pages 121 if ("$mandir" == "") then 122 set mandir = $prefix/man 123 endif 124 set mandir = `./config.tools fixpath $mandir` 125 ./config.tools fixconf @MANDIR@ $mandir 126 echo DESTMAN $mandir 120 # ./config.tools fixconf @BINDIR@ $bindir 121 # echo BINDIR $bindir 122 # 123 # # MANDIR (DESTMAN) holds the output man pages 124 # if ("$mandir" == "") then 125 # set mandir = $prefix/man 126 # endif 127 # set mandir = `./config.tools fixpath $mandir` 128 # ./config.tools fixconf @MANDIR@ $mandir 129 # echo DESTMAN $mandir 127 130 128 131 echo ""
Note:
See TracChangeset
for help on using the changeset viewer.
