diff options
Diffstat (limited to 'Build/source/withenable.ac')
-rw-r--r-- | Build/source/withenable.ac | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac deleted file mode 100644 index e392f7748a9..00000000000 --- a/Build/source/withenable.ac +++ /dev/null @@ -1,24 +0,0 @@ -# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz. -# $Id$ -# Public domain. - -AC_ARG_ENABLE([multiplatform], - [AS_HELP_STRING([--enable-multiplatform], - [put executables into bin/PLATFORM and libraries into lib/PLATFORM])])dnl - -dnl list of optional packages in utils/, i.e., subdirs of utils/ -dnl -m4_define([kpse_utils_pkglist], [ -dialog -pdfopen -ps2eps -psutils -t1utils -tpic2pdftex -vlna -xindy -]) - -# Options to avoid/include the packages in utils/. -# -KPSE_WITH_SUBDIRS(kpse_utils_pkglist) |