comparison configure.in @ 41430:5413abaea7d8

(AC_OUTPUT): Add lispintro/Makefile.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 24 Nov 2001 11:28:27 +0000
parents abcc22ad7673
children 6a354e487a71
comparison
equal deleted inserted replaced
41429:75e2a0dcadcd 41430:5413abaea7d8
2277 CPP_NEED_TRADITIONAL=no, 2277 CPP_NEED_TRADITIONAL=no,
2278 CPP_NEED_TRADITIONAL=yes) 2278 CPP_NEED_TRADITIONAL=yes)
2279 2279
2280 AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ 2280 AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
2281 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \ 2281 man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \
2282 lisp/Makefile lispref/Makefile leim/Makefile, [ 2282 lisp/Makefile lispref/Makefile lispintro/Makefile leim/Makefile, [
2283 2283
2284 ### Make the necessary directories, if they don't exist. 2284 ### Make the necessary directories, if they don't exist.
2285 for dir in etc lisp ; do 2285 for dir in etc lisp ; do
2286 test -d ${dir} || mkdir ${dir} 2286 test -d ${dir} || mkdir ${dir}
2287 done 2287 done