Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 140:585fb297b004 r20-2b4
Import from CVS: tag r20-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:32:43 +0200 |
parents | 9f59509498e1 |
children | 25f70ba0133c |
comparison
equal
deleted
inserted
replaced
139:2b5203979d01 | 140:585fb297b004 |
---|---|
75 lisp_prog='(princ (featurep (quote mule)))' | 75 lisp_prog='(princ (featurep (quote mule)))' |
76 mule_p="`$EMACS -batch -no-site-file -eval \"$lisp_prog\"`" | 76 mule_p="`$EMACS -batch -no-site-file -eval \"$lisp_prog\"`" |
77 if test "$mule_p" = nil ; then | 77 if test "$mule_p" = nil ; then |
78 echo No | 78 echo No |
79 ignore_dirs="$ignore_dirs its egg mule" | 79 ignore_dirs="$ignore_dirs its egg mule" |
80 elif test "$mule_p" = t; then | 80 else |
81 echo Yes | 81 echo Yes |
82 else | |
83 echo "Error -- call Martin" | |
84 exit 1; | |
85 fi | 82 fi |
86 | 83 |
87 # first recompile the byte-compiler, so that the other compiles take place | 84 # first recompile the byte-compiler, so that the other compiles take place |
88 # with the latest version (assuming we're compiling the lisp dir of the emacs | 85 # with the latest version (assuming we're compiling the lisp dir of the emacs |
89 # we're running, which might not be the case, but often is.) | 86 # we're running, which might not be the case, but often is.) |