mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
24 lines
791 B
Plaintext
24 lines
791 B
Plaintext
$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.
|