diff options
Diffstat (limited to 'Build/source')
-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]) |