aboutsummaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/emacs-emcws/scripts/configure')
-rw-r--r--japanese/emacs-emcws/scripts/configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/japanese/emacs-emcws/scripts/configure b/japanese/emacs-emcws/scripts/configure
deleted file mode 100644
index f588d1f09b77..000000000000
--- a/japanese/emacs-emcws/scripts/configure
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-for f in site-init.el; do
- ${SED} -e "s,%%DOC_FILE%%,${DOC_FILE},g" \
- < ${FILESDIR}/${f}.tmpl > ${WRKSRC}/lisp/${f}
-done
-
-cd ${WRKSRC}
-
-if [ -f /usr/lib/aout/crt0.o -a ! -f /usr/lib/crt0.o ]; then
- ${SED} -e "s|/usr/lib/crt0\.o|/usr/lib/aout/crt0.o|g" \
- src/s/freebsd.h > src/s/freebsd.h.new || exit
- ${MV} -f src/s/freebsd.h.new src/s/freebsd.h
-fi