With this change, texmf.cnf is handled properaly using CONF_FILES, and tex-* packages can be shared by teTeX-3 and TeX Live 2008. Bump PKGREVISION for teTeX-{texmf,bin}.
23 lines
791 B
Text
23 lines
791 B
Text
$NetBSD: patch-aa,v 1.2 2009/01/08 22:09:35 minskim Exp $
|
|
|
|
--- texk/configure.in.orig 2004-05-12 13:32:37.000000000 -0700
|
|
+++ texk/configure.in
|
|
@@ -9,7 +9,7 @@ dnl Consequence: we don't need to run co
|
|
dnl itself; we can just copy from a program directory. We'll use the
|
|
dnl first one.
|
|
dnl
|
|
-AC_INIT(kpathsea/kpathsea.texi)
|
|
+AC_INIT(web2c/tex.web)
|
|
|
|
dnl These configure scripts won't work with anything else.
|
|
AC_PREREQ(2.13)
|
|
@@ -29,6 +29,9 @@ dnl Pass this down from the top level so
|
|
dnl install kpathsea a command line value is propagated.
|
|
AC_PROG_INSTALL
|
|
|
|
+AC_CONFIG_HEADER(ac_config.h)
|
|
+AC_HEADER_SYS_WAIT
|
|
+
|
|
dnl If the other programs ever acquire their own --with or --enable
|
|
dnl options, they must be added, so configure --help at the top level
|
|
dnl will show all the options.
|