OSSP CVS Repository

ossp - Check-in [719]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 719
Date: 2001-Aug-21 12:02:15 (local)
2001-Aug-21 10:02:15 (UTC)
User:simons
Branch:
Comment: Fixed --help output of AC_CHECK_EXTLIB macro to show the correct flag name rather than the hard-coded name "substr". There's still something to do, though, because the amount of white-space to insert between the flag and the help text must be calculated dynamically according to the length of the library name rather than being hard-coded as it is right now.
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/aclocal.m4      1.1 -> 1.2     4 inserted, 4 deleted

ossp-pkg/lmtp2nntp/aclocal.m4 1.1 -> 1.2

--- aclocal.m4   2001/08/20 10:45:44     1.1
+++ aclocal.m4   2001/08/21 10:02:15     1.2
@@ -23,8 +23,8 @@
 dnl ##  Support for Configuration Headers
 dnl ##
 dnl ##  configure.in:
-dnl ##    AC_HEADLINE(<short-name>, <long-name>, 
-dnl ##                <vers-var>, <vers-file>, 
+dnl ##    AC_HEADLINE(<short-name>, <long-name>,
+dnl ##                <vers-var>, <vers-file>,
 dnl ##                <copyright>)
 dnl ##
 
@@ -47,7 +47,7 @@
     #   find out package version
     $3_STR="`$ac_shtool version -l c -d long $ac_srcdir/$4`"
     AC_SUBST($3_STR)
- 
+
     #   friendly header ;)
     echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}"
     echo "$5"
@@ -201,7 +201,7 @@
 
 AC_DEFUN(AC_CHECK_EXTLIB,[dnl
 AC_ARG_WITH($2,dnl
-[  --with-]substr([$2[[=DIR]]                 ], 0, 19)[build against $1 library (default=no)],
+[  --with-]$2[[[=DIR]]        build with $1 library (default=no)]),
     if test ".$with_$2" = .yes; then
         #   via config script
         $2_version=`($2-config --version) 2>/dev/null`

CVSTrac 2.0.1