diff options
author | Martin Schröder <martin@oneiros.de> | 2006-12-26 23:37:34 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2006-12-26 23:37:34 +0000 |
commit | 812aa90acbef4930ae356ab194f3f2a8f573f6e4 (patch) | |
tree | a1b8b3d895238994c60580df9e6f0619b2034923 /Build/source/libs/configure | |
parent | e3bba99884ce591c9485122e96fff7071fc7c112 (diff) |
Import pdftex 1.40-rc4, which also changes the signature of
print_version_and_exit, and adds a new library (libs/obsdcompat).
git-svn-id: svn://tug.org/texlive/trunk@2959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-x | Build/source/libs/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure index c441b160fee..ca1b1e1cf56 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -3161,6 +3161,9 @@ if test "x$needs_zlib" != xno && test "$using_system_zlib" != yes; then ac_config_files="$ac_config_files zlib/Makefile" fi +if test "x$needs_obsdcompat" != xno; then + subdirs="$subdirs obsdcompat" +fi # create md5 directory when building outside the srcdir: if test -d $srcdir/md5; then |