]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-arch-indep): Do not exclude the etc/ Makefiles.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:03:18 +0000 (07:03 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:03:18 +0000 (07:03 +0000)
ChangeLog
Makefile.in

index 981be2f695fea525a7ea4d198bd0c7eeacd17323..0397fc19d7812f96fbd2a71e58fe8937796bbb42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-09-12  Glenn Morris  <rgm@gnu.org>
 
+       * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
+       implementation of alloca is not found.
+
        * Makefile.in (SOURCES, unlock, relock): Delete.
        (install-arch-indep): Do not exclude the etc/ Makefiles.
 
index dc32128e7c198c7caec6663b3c28cadb731b7b8b..acf865239ff8a678588054dbeb68023783594f80 100644 (file)
@@ -420,6 +420,9 @@ install-arch-dep: mkdir
 
 ## If people complain about the h flag in tar command, take that out.
 ## That flag is also used in leim/Makefile.in
+
+## Note that the Makefiles in the etc directory are potentially useful
+## in an installed Emacs, so should not be excluded.
 install-arch-indep: mkdir info
        -set ${COPYDESTS} ; \
        unset CDPATH; \
@@ -452,7 +455,8 @@ install-arch-indep: mkdir info
                rm -f  $${subdir}/.\#* ; \
                rm -f  $${subdir}/*~ ; \
                rm -f  $${subdir}/*.orig ; \
-               rm -f  $${subdir}/[mM]akefile* ; \
+               [ "$${dir}" != "${srcdir}/etc" ] && \
+                       rm -f  $${subdir}/[mM]akefile* ; \
                rm -f  $${subdir}/ChangeLog* ; \
                rm -f  $${subdir}/dired.todo ; \
              done) ; \