diff options
Diffstat (limited to 'Build/source/libs/t1lib/withenable.ac')
-rw-r--r-- | Build/source/libs/t1lib/withenable.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/libs/t1lib/withenable.ac b/Build/source/libs/t1lib/withenable.ac new file mode 100644 index 00000000000..cc7076168d9 --- /dev/null +++ b/Build/source/libs/t1lib/withenable.ac @@ -0,0 +1,10 @@ +AC_ARG_WITH([system-t1lib], +[ --with-system-t1lib Use installed T1lib]) + +AC_ARG_WITH([t1lib_libdir], +[ --with-t1lib-libdir=DIR + Specify the location of T1lib library files (libt1.a)]) + +AC_ARG_WITH([t1lib_include], +[ --with-t1lib-include=DIR + Specify the location of T1lib header files]) |