summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/web2c/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-10 13:18:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-10 13:18:47 +0000
commit5af1aa3cd449e5a6abb4972dcd9090bbe61162de (patch)
treecb4e4668b85d773dbb9ed7019ea250488a760948 /Build/source/texk/web2c/web2c/configure.ac
parent3afa3f06a4c3c3750742e7a6db8f20314c53183a (diff)
texk/web2c: reorganize headers and CPPFLAGS
git-svn-id: svn://tug.org/texlive/trunk@18865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/web2c/configure.ac')
-rw-r--r--Build/source/texk/web2c/web2c/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/web2c/configure.ac b/Build/source/texk/web2c/web2c/configure.ac
index 1ff504e001d..dbf8cd163ad 100644
--- a/Build/source/texk/web2c/web2c/configure.ac
+++ b/Build/source/texk/web2c/web2c/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with Autoconf to produce a configure script for Web2c.
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -33,7 +33,7 @@ AC_CHECK_FUNCS([strerror])
AC_CHECK_HEADERS([errno.h])
dnl Write output here, instead of putting a zillion -D's on the command line.
-AC_CONFIG_HEADERS([native/kpathsea/c-auto.h:native/kpathsea/c-auto.in])
+AC_CONFIG_HEADERS([kpathsea/c-auto.h:c-auto.in])
AC_CONFIG_FILES([Makefile])