Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.
authorMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 08:34:40 +0000 (09:34 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 10:03:49 +0000 (11:03 +0100)
Existence is guaranteed by libreplace.

Michael
(This used to be commit 90bdd0fa2ee09bab8c661c241f5d5fe8fc57016b)

source3/configure.in

index 074bdfaaeb16794306d9c244ee79936913b416ef..7a9c090d9d03fc282b5feb811404a1a8c5512b80 100644 (file)
@@ -5150,7 +5150,7 @@ fi
 #
 
 AC_ARG_WITH([static-libs],
-       [AC_HELP_STRING([--with-static-libs=LIBS],
+       [AS_HELP_STRING([--with-static-libs=LIBS],
                [Comma-separated list of names of (internal) libraries to link statically (instead of dynamically)])],
        [AS_IF([test $withval],
                [for lib in `echo $withval | sed -e 's/,/ /g'` ; do