Changeset 26248
- Timestamp:
- Nov 22, 2009, 1:37:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/magic/configure.tcsh
r26247 r26248 112 112 # 113 113 # BINDIR holds the output binary files 114 if ("$bindir" == "") then115 set subdir = bin116 set bindir = $prefix/$subdir117 endif118 set bindir = `./config.tools fixpath $bindir`119 114 # if ("$bindir" == "") then 115 # set subdir = bin 116 # set bindir = $prefix/$subdir 117 # endif 118 # set bindir = `./config.tools fixpath $bindir` 119 # 120 120 # ./config.tools fixconf @BINDIR@ $bindir 121 121 # echo BINDIR $bindir … … 129 129 # echo DESTMAN $mandir 130 130 131 echo ""132 echo "include $bindir in your path"131 # echo "" 132 # echo "include $bindir in your path" 133 133 134 134 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
