chiark / gitweb /
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 4a7380806b58e49a5c291b3c0a143852f33b6815..cfb7e1fb949d6ccfe6320f1c432f06fce5153d6a 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 ea85ff2dbab004afa66618fccf689cb4cb36dfa6..fbaf49f94dd38656b1250e9dbfd106566a18b5c2 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 -------------------------------------------------