Mercurial > hg > xemacs-beta
comparison configure.in @ 1633:baca156a450b
[xemacs-hg @ 2003-08-19 02:11:46 by james]
Make modules build and run on Cygwin and MinGW. This is the second commit to
get the toplevel files that were not committed the first time.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:11:49 +0000 |
parents | d968d4073031 |
children | d3af5b868526 |
comparison
equal
deleted
inserted
replaced
1632:64eaceca611d | 1633:baca156a450b |
---|---|
5341 src/Makefile.in ) file="src/Makefile.in:src/Makefile.in.in:src/depend" ;; | 5341 src/Makefile.in ) file="src/Makefile.in:src/Makefile.in.in:src/depend" ;; |
5342 modules/* ) file="${file}:${file}.in:modules/common/Makefile.common" ;; | 5342 modules/* ) file="${file}:${file}.in:modules/common/Makefile.common" ;; |
5343 esac | 5343 esac |
5344 XE_APPEND($file, ac_output_files) | 5344 XE_APPEND($file, ac_output_files) |
5345 done | 5345 done |
5346 ac_output_files="$ac_output_files src/paths.h lib-src/config.values" | 5346 ac_output_files="$ac_output_files src/paths.h src/xemacs.def.in lib-src/config.values" |
5347 test "$with_modules" = "yes" && XE_APPEND(lib-src/ellcc.h, ac_output_files) | 5347 test "$with_modules" = "yes" && XE_APPEND(lib-src/ellcc.h, ac_output_files) |
5348 | 5348 |
5349 AC_OUTPUT($ac_output_files, | 5349 AC_OUTPUT($ac_output_files, |
5350 [for dir in . $MAKE_SUBDIR; do | 5350 [for dir in . $MAKE_SUBDIR; do |
5351 ( | 5351 ( |
5393 mv -f Makefile.new <<$2>> | 5393 mv -f Makefile.new <<$2>> |
5394 )dnl CPP_MAKEFILE | 5394 )dnl CPP_MAKEFILE |
5395 | 5395 |
5396 CPP_MAKEFILE(,Makefile) | 5396 CPP_MAKEFILE(,Makefile) |
5397 CPP_MAKEFILE(-DUSE_GNU_MAKE,GNUmakefile) | 5397 CPP_MAKEFILE(-DUSE_GNU_MAKE,GNUmakefile) |
5398 if test -e "xemacs.def.in"; then | |
5399 cp -f xemacs.def.in junk.c | |
5400 CPP_MAKEFILE(,xemacs.def) | |
5401 fi | |
5398 changequote([,])dnl | 5402 changequote([,])dnl |
5399 rm -f junk.c | 5403 rm -f junk.c |
5400 ) | 5404 ) |
5401 done | 5405 done |
5402 | 5406 |