From: Erik Naggum Date: Sat, 28 Sep 1996 21:20:54 +0000 (+0000) Subject: Create a subdir named `lisp'. X-Git-Tag: emacs-20.1~3580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16890e3564c2ef8d8a53f6d70f6539262544397c;p=emacs.git Create a subdir named `lisp'. --- diff --git a/configure.in b/configure.in index ed149842c1b..e1def3bd6b2 100644 --- a/configure.in +++ b/configure.in @@ -1661,7 +1661,7 @@ AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \ man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in, [ ### Make the necessary directories, if they don't exist. -for dir in cpp etc ; do +for dir in cpp etc lisp ; do test -d ${dir} || mkdir ${dir} done