+2005-10-08 Richard M. Stallman <rms@gnu.org>
+
+ * make-dist (tempparent): Don't check for 14-char file name limit.
+
2005-10-07 Romain Francoise <romain@orebokech.com>
* make-dist: Add etc/images/ezimage and etc/images/mail
echo "${bogosities}"
fi
rm -f /tmp/el /tmp/elc
-
- ### Check for .el files that would overflow the 14-char limit if compiled.
- long=`find lisp leim -name '[a-zA-Z0-9]??????????*.el' -print`
- if [ "$long" != "" ]; then
- echo "The following .el file names are too long:"
- echo "$long"
- fi
fi
### Make sure configure is newer than configure.in.