From f5a14467558d34dabf42e936ff435eb31a631723 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 16 Dec 2008 15:09:01 +0000 Subject: [PATCH] build: Use ACLTX_TEXMF_PATH for installation. Also remove old CVS cruft and use autoconf-mode. --- Makefile.m4 | 8 +++----- configure.in | 6 ++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index f52c85c..7712571 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,7 +1,5 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.4 2003/09/05 16:16:31 mdw Exp $ -## ## Build system for mdwtools ## ## (c) 2002 Mark Wooding @@ -27,9 +25,9 @@ AUTOMAKE_OPTIONS = foreign -texmfdir = @texmfdir@ -pkglatexdir = ${texmfdir}/tex/latex/${PACKAGE} -pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE} +texmfpath = @texmfpath@ +pkglatexdir = ${texmfpath}/tex/latex/${PACKAGE} +pkgdocdir = ${texmfpath}/doc/latex/${PACKAGE} define(`addsuffix', `patsubst(`$1', `\>', `$2')') define(`BASE', `\ diff --git a/configure.in b/configure.in index edbad5d..ca080bd 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,4 @@ -dnl -*-fundamental-*- -dnl -dnl $Id: configure.in,v 1.4 2003/09/05 16:16:31 mdw Exp $ +dnl -*-autoconf-*- dnl dnl Configuration script for mdwtools dnl @@ -27,7 +25,7 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AC_INIT(mdwtools.ins) AM_INIT_AUTOMAKE(mdwtools, 1.7.0) -mdw_DIR_TEXMF +ACLTX_TEXMF_PATH AC_OUTPUT(Makefile) dnl ----- That's all, folks ------------------------------------------------- -- 2.11.0