diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-22 19:29:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-22 19:29:12 +0000 |
commit | a10d34d0e42ed8f76b758933bea47f81c7b85e81 (patch) | |
tree | 9c825c274802d6ceb47d505d535065293ee9872d /configure.in | |
parent | bd28c45094b5c6995edce6429d0da58ca6a07772 (diff) | |
download | emacs-a10d34d0e42ed8f76b758933bea47f81c7b85e81.tar.gz |
Generate src/paths.h here.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0f1545e125d..0f2d94ca064 100644 --- a/configure.in +++ b/configure.in @@ -1667,6 +1667,9 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ `" changequote([, ])dnl +echo creating src/paths.h +make paths-force + echo creating lib-src/Makefile ( cd lib-src rm -f junk.c junk1.c junk2.c |