diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-26 01:40:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-26 01:40:42 +0000 |
commit | 70c0bd8a71a3869732a17a255e3ea2d3c6f264f0 (patch) | |
tree | e8ae16d0cdb477563cc796fdd30441e29e2c42e6 /Build | |
parent | 3eee757342e33eef4644cb12adf263cfc068e873 (diff) |
license comment
git-svn-id: svn://tug.org/texlive/trunk@2532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/withenable.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac index 31921c1f338..a52b592efc6 100644 --- a/Build/source/withenable.ac +++ b/Build/source/withenable.ac @@ -1,4 +1,5 @@ -dnl Written long ago by Thomas Esser and Sebastian Rahtz. Public domain. +# withenable.ac - Written long ago by Thomas Esser and Sebastian Rahtz. +# Public domain. AC_ARG_ENABLE([multiplatform], [ --enable-multiplatform put executables in bin/PLATFORM]) @@ -15,7 +16,7 @@ AC_ARG_WITH([psutils], [ --without-psutils do not build the psutils package]) AC_ARG_WITH([sam2p], - [ --without-sam2p do not build the psutils sam2p]) + [ --without-sam2p do not build the sam2p package]) AC_ARG_WITH([t1utils], [ --without-t1utils do not build the t1utils package]) |