From 8ad4ee30fa5565c39fa1b6883cbfcbe688c683d2 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 22 Jul 2008 07:30:17 +0000 Subject: [PATCH] (XEMACS_OPTS): Use @xemacs_configure_args@ instead of $(OPTS). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b58f0bc..145aff6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,7 +10,7 @@ LIBDIR = @libdir@ OPTS = @ac_configure_args@ CONCORD_OPTS = $(OPTS) LIBCHISE_OPTS = $(OPTS) -XEMACS_OPTS = $(OPTS) --pdump @xemacs_opts@ --without-xim --with-database=berkdb +XEMACS_OPTS = @xemacs_configure_args@ --pdump @xemacs_opts@ --without-xim --with-database=berkdb CVS_ROOT = @cvs_root@ LEMI_CVS_ROOT = @lemi_cvs_root@ -- 1.7.10.4