diff options
| author | Erik Naggum | 1996-09-28 21:20:54 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-09-28 21:20:54 +0000 |
| commit | 16890e3564c2ef8d8a53f6d70f6539262544397c (patch) | |
| tree | 2e1e3f791cb5199607a51646d80fff5458024342 | |
| parent | c631c234c097c887302e07b9997cedbe17e05308 (diff) | |
| download | emacs-16890e3564c2ef8d8a53f6d70f6539262544397c.tar.gz emacs-16890e3564c2ef8d8a53f6d70f6539262544397c.zip | |
Create a subdir named `lisp'.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 1661 | man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in, [ | 1661 | man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in, [ |
| 1662 | 1662 | ||
| 1663 | ### Make the necessary directories, if they don't exist. | 1663 | ### Make the necessary directories, if they don't exist. |
| 1664 | for dir in cpp etc ; do | 1664 | for dir in cpp etc lisp ; do |
| 1665 | test -d ${dir} || mkdir ${dir} | 1665 | test -d ${dir} || mkdir ${dir} |
| 1666 | done | 1666 | done |
| 1667 | 1667 | ||