summaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/scripts/configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /japanese/emacs-emcws/scripts/configure
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'japanese/emacs-emcws/scripts/configure')
-rw-r--r--japanese/emacs-emcws/scripts/configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/japanese/emacs-emcws/scripts/configure b/japanese/emacs-emcws/scripts/configure
deleted file mode 100644
index decb83c576f6..000000000000
--- a/japanese/emacs-emcws/scripts/configure
+++ /dev/null
@@ -1,6 +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