From 0a8553ab74342360e8e6a346270ad0059dcde0c1 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 2 Mar 1997 14:55:59 +0000 Subject: Japanized interviews. Submitted by: MIHIRA Yoshiro --- japanese/iv/scripts/configure | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 japanese/iv/scripts/configure (limited to 'japanese/iv/scripts/configure') diff --git a/japanese/iv/scripts/configure b/japanese/iv/scripts/configure new file mode 100644 index 000000000000..018fe0d26437 --- /dev/null +++ b/japanese/iv/scripts/configure @@ -0,0 +1,16 @@ +#! /bin/sh + +cd ${WRKSRC} + +localconfig=src/config/InterViews/local.def + +sed -e "s:/usr/local/interviews:${PREFIX}/interviews:" \ + -e "s:/usr/X11R6:${X11BASE}:" \ + ${localconfig} > ${localconfig}.new +mv -f ${localconfig}.new ${localconfig} + +CPU=`make CPU`; export CPU +make Makefile XCONFIGDIR=${X11BASE}/lib/X11/config +make Makefiles +make depend + -- cgit v1.2.3