[LTP] [PATCH 2/6] configure: Don't assume testcases/realtime/configure.ac

Petr Vorel pvorel@suse.cz
Wed Jul 17 19:17:09 CEST 2024


a05298ec44 removed autotools configuration including
testcases/realtime/configure.ac. Running ./configure --with-realtime-testsuite
produces warning:

    === configuring in testcases/realtime (ltp/testcases/realtime)
    configure: WARNING: no configuration information is in testcases/realtime

Hence remove AC_CONFIG_SUBDIRS([testcases/realtime]).

Fixes: a05298ec44 ("testcases: realtime: Get rid of autotools")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3958e551c0..8f8003f53b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -376,8 +376,6 @@ AC_ARG_WITH([realtime-testsuite],
 
 if test "x$with_realtime_testsuite" = xyes; then
     AC_SUBST([WITH_REALTIME_TESTSUITE],["yes"])
-    # Run configure on testcases/realtime as well.
-    AC_CONFIG_SUBDIRS([testcases/realtime])
 else
     AC_SUBST([WITH_REALTIME_TESTSUITE],["no"])
 fi
-- 
2.45.2



More information about the ltp mailing list