From: Mark Wooding Date: Thu, 5 Apr 2012 14:15:04 +0000 (+0100) Subject: Switch back to `mdw_DIR_TEXMF'. X-Git-Tag: 1.1.3~4 X-Git-Url: https://git.distorted.org.uk/~mdw/strayman/commitdiff_plain/8fc29298bf30478a774a98cdb3849fcec0782517 Switch back to `mdw_DIR_TEXMF'. The Autoconf archive macro is dead. --- diff --git a/Makefile.m4 b/Makefile.m4 index 4a73808..cfb7e1f 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -25,8 +25,8 @@ AUTOMAKE_OPTIONS = foreign -pkglatexdir = ${texmfpath}/tex/latex/${PACKAGE} -pkgdocdir = ${texmfpath}/doc/latex/${PACKAGE} +pkglatexdir = ${texmfdir}/tex/latex/${PACKAGE} +pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE} define(`addsuffix', `patsubst(`$1', `\>', `$2')') define(`BASE', `strayman') diff --git a/configure.in b/configure.in index ea85ff2..fbaf49f 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. AC_INIT(strayman.ins) AM_INIT_AUTOMAKE(strayman, 1.1.2) -ACLTX_TEXMF_PATH +mdw_DIR_TEXMF AC_OUTPUT(Makefile) dnl ----- That's all, folks -------------------------------------------------