Hi,

It seems to be a little bit old discussion,
but the problem still exists in the December release.

On 2008-12-11 02:05 Mike Frysinger wrote:
> 
> > [r...@test ltp-full-20081130]# autoconf
> > configure.ac:1: error: Autoconf version 2.61 or higher is required
> 
> the plan is to include configure in future releases
> 
> if you want it, generate it on an up-to-date system and just copy it over
> -mike

Why don't you disable such a testcase in the default config.h
until you include configure?
Older (including RHEL5) systems fail to "make autoconf" and
such older systems rely on the default config.h, don't they?
No problem for newer systems (having autoconf version 2.61 or higher)
because they don't need the default config.h.
I think it's better to support more systems (expanding to older)
by default for LTP itself.

Signed-off-by: Seiichi Ikarashi <[email protected]>

--- ltp-full-20081231/include/config.h.default  2008-12-12 22:43:40.000000000 
+0900
+++ ltp-full-20081231.modified/include/config.h.default 2009-01-05 
12:24:21.000000000 +0900
@@ -7,10 +7,5 @@
 /* Linux kernel headers have been santized for userspace since 2.6.18 */
 #define HAVE_LINUX_TYPES_H 1
 
-/* signalfd() is in glibc-2.7+ */
-#define HAVE_SYS_SIGNALFD_H 1
-#define HAVE_SIGNALFD 1
-#define HAVE_SIGNALFD_SIGINFO_SSI_SIGNO 1
-
 /* ifaddrs.h is in glibc-2.3+ */
 #define HAVE_IFADDRS_H 1

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to