add infrastructure for kpathsea
authorTaco Hoekwater <taco@metatex.org>
Thu, 31 Jan 2008 10:17:13 +0000 (10:17 +0000)
committerTaco Hoekwater <taco@metatex.org>
Thu, 31 Jan 2008 10:17:13 +0000 (10:17 +0000)
commitcf1dad6aece9bb8e21d21585a0af0b1d957a3ece
tree822604c4f6e1d5efb9126e81a468d32b16578445
parentd78b4b6977c965d616eb845f59606adaf7f21661
add infrastructure for kpathsea

git-svn-id: svn+ssh://scm.foundry.supelec.fr/svn/metapost/mplib/trunk@275 b0617d17-b707-0410-b22c-fd2634e05cc4
27 files changed:
src/texk/Makefile.in [new file with mode: 0644]
src/texk/acklibtool.m4 [new file with mode: 0644]
src/texk/config.guess [new file with mode: 0755]
src/texk/config.sub [new file with mode: 0755]
src/texk/configure [new file with mode: 0755]
src/texk/configure.in [new file with mode: 0644]
src/texk/install.sh [new file with mode: 0755]
src/texk/klibtool [new file with mode: 0755]
src/texk/libtool.m4 [new file with mode: 0644]
src/texk/ltmain.sh [new file with mode: 0755]
src/texk/make/ChangeLog [new file with mode: 0644]
src/texk/make/README [new file with mode: 0644]
src/texk/make/clean.mk [new file with mode: 0644]
src/texk/make/common.mk [new file with mode: 0644]
src/texk/make/config.mk [new file with mode: 0644]
src/texk/make/cross.mk [new file with mode: 0644]
src/texk/make/dist.mk [new file with mode: 0644]
src/texk/make/library.mk [new file with mode: 0644]
src/texk/make/makevars.mk [new file with mode: 0644]
src/texk/make/man.mk [new file with mode: 0644]
src/texk/make/paths.mk [new file with mode: 0644]
src/texk/make/programs.mk [new file with mode: 0644]
src/texk/make/rdepend.mk [new file with mode: 0644]
src/texk/make/texi.mk [new file with mode: 0644]
src/texk/make/tkpathsea.mk [new file with mode: 0644]
src/texk/mkinstalldirs [new file with mode: 0755]
src/texk/withenable.ac [new file with mode: 0644]