Switch back to `mdw_DIR_TEXMF'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 5 Apr 2012 14:15:04 +0000 (15:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 10 Apr 2012 10:04:08 +0000 (11:04 +0100)
The Autoconf archive macro is dead.

Makefile.m4
configure.in

index 4a73808..cfb7e1f 100644 (file)
@@ -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')
index ea85ff2..fbaf49f 100644 (file)
@@ -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 -------------------------------------------------