RE: [PATCH for sg3_utils 1/4] configure.ac: Suppress an autoconf warning

2018-01-03 Thread Bean Huo (beanhuo)
>a/configure.ac b/configure.ac index 1cce0b25f583..129c2f9d4d4d 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -7,13 +7,13 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC # >AC_PROG_CXX AC_PROG_INSTALL >- >-# Adding libtools to the build seems to bring in C++ environment - >AC_PROG_LIBTOOL > > #

[PATCH for sg3_utils 1/4] configure.ac: Suppress an autoconf warning

2018-01-02 Thread Bart Van Assche
Avoid that autoconf reports the following warning: configure.ac:15: warning: LT_INIT was called before AM_PROG_AR Signed-off-by: Bart Van Assche --- configure| 352 +-- configure.ac | 6 +- 2 files changed,