comparison configure.in @ 112324:2b598aa5d397

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 13 Jan 2011 09:17:33 -0800
parents b9b02605a4af c5917804ecad
children 17e0028efc29
comparison
equal deleted inserted replaced
112323:f3056cf0073a 112324:2b598aa5d397
3716 dnl by configure. This also explains the `move-if-change' test and 3716 dnl by configure. This also explains the `move-if-change' test and
3717 dnl the use of force in the `epaths-force' rule in Makefile.in. 3717 dnl the use of force in the `epaths-force' rule in Makefile.in.
3718 AC_OUTPUT(Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile \ 3718 AC_OUTPUT(Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile \
3719 doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile \ 3719 doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile \
3720 doc/lispref/Makefile src/Makefile \ 3720 doc/lispref/Makefile src/Makefile \
3721 lwlib/Makefile lisp/Makefile leim/Makefile, [ 3721 lwlib/Makefile lisp/Makefile leim/Makefile test/automated/Makefile, [
3722 3722
3723 ### Make the necessary directories, if they don't exist. 3723 ### Make the necessary directories, if they don't exist.
3724 for dir in etc lisp ; do 3724 for dir in etc lisp ; do
3725 test -d ${dir} || mkdir ${dir} 3725 test -d ${dir} || mkdir ${dir}
3726 done 3726 done