Modernize build system somewhat.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 9 Oct 2008 13:05:10 +0000 (14:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 9 Oct 2008 13:05:10 +0000 (14:05 +0100)
Makefile.m4
configure.in

index 0ce54dd..c34c00e 100644 (file)
@@ -27,9 +27,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-texmfdir = @texmfdir@
-pkglatexdir = ${texmfdir}/tex/latex/${PACKAGE}
-pkgdocdir = ${texmfdir}/doc/latex/${PACKAGE}
+pkglatexdir = ${texmfpath}/tex/latex/${PACKAGE}
+pkgdocdir = ${texmfpath}/doc/latex/${PACKAGE}
 
 define(`addsuffix', `patsubst(`$1', `\>', `$2')')
 define(`BASE', `strayman')
index ab52e4e..d9361e0 100644 (file)
@@ -27,7 +27,7 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 AC_INIT(strayman.ins)
 AM_INIT_AUTOMAKE(strayman, 1.1.2)
-mdw_DIR_TEXMF
+ACLTX_TEXMF_PATH
 AC_OUTPUT(Makefile)
 
 dnl ----- That's all, folks -------------------------------------------------