diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-02-26 11:38:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-02-26 11:38:25 +0000 |
commit | 6a4bb05de98480a4754824c19225b06295b26c95 (patch) | |
tree | 25b8e97bda6aade882dffe7b7eea378475c15b9f /configure.in | |
parent | c138b63bf4eb0a4ccf99419a143aabfd14329eea (diff) | |
download | emacs-6a4bb05de98480a4754824c19225b06295b26c95.tar.gz |
Use epaths.h and epaths-force instead of paths....
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d38bc146c6a..bd7684b27a0 100644 --- a/configure.in +++ b/configure.in @@ -1900,8 +1900,8 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ `" changequote([, ])dnl -echo creating src/paths.h -make paths-force +echo creating src/epaths.h +make epaths-force echo creating lib-src/Makefile ( cd lib-src |