blob: df37505e106ef3194255aa7393fcf77d0044ddf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$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.
|