configure 182 B

12345
  1. ROOT=`pwd`
  2. Makefile=Make.ia32
  3. #note: must use colon for sed separator; slash conflicts with symbol(s) in path
  4. cat $Makefile.in | sed "s:_INSERT_ROOTDIR_INSERT_:${ROOT}:" > $Makefile