Change order of AC_PROG_LIBTOOL macro invocation in configure.in to eliminate autotool warning: Remember to add `AC_PROG_LIBTOOL' to `configure.in'. Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 69f4169..d529ea5 100644 --- a/configure.in +++ b/configure.in @@ -5,14 +5,14 @@ AC_CONFIG_SRCDIR([src/rpcbind.c]) AC_PROG_CC AM_CONFIG_HEADER(config.h) - AC_PROG_LIBTOOL - ##AC_PROG_RANLIB AC_HEADER_DIRENT AC_PREFIX_DEFAULT(/usr) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_HEADERS([src/config.h]) +AC_PROG_LIBTOOL + AC_ARG_ENABLE(debug,[ --enable-debug Turns on rpcbind debugging], [case "${enableval}" in yes) debug=true ;; -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html