]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/coreutils/coreutils-5.0/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / coreutils / coreutils-5.0 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- coreutils-5.0/configure.ac~configure
7 +++ coreutils-5.0/configure.ac
8 @@ -15,6 +15,7 @@
9  AC_PROG_GCC_TRADITIONAL
10  AC_PROG_RANLIB
11  AC_PROG_LN_S
12 +AC_PROG_YACC
13  AC_AIX
14  AC_MINIX
15  
16 @@ -28,6 +29,8 @@
17         OPTIONAL_BIN_PROGS="$OPTIONAL_BIN_PROGS hostid\$(EXEEXT)"
18         MAN="$MAN hostid.1")
19  
20 +AC_FUNC_ALLOCA
21 +
22  jm_MACROS
23  
24  AC_HEADER_TIOCGWINSZ()
25 --- coreutils-5.0/configure.ac  2004-01-23 14:49:55.000000000 -0500
26 +++ coreutils-5.0/configure.ac  2004-01-23 14:41:46.000000000 -0500
27 @@ -147,7 +147,7 @@
28    fi
29  fi
30  
31 -AC_DEFUN(jm_DUMMY_1,
32 +AC_DEFUN([jm_DUMMY_1],
33  [
34    AC_REQUIRE([jm_PREREQ_READUTMP])
35    if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
36 --- coreutils-5.0/m4/nanosleep.m4       2001-09-17 17:44:03.000000000 -0400
37 +++ coreutils-5.0/m4/nanosleep.m4       2004-01-23 14:47:18.000000000 -0500
38 @@ -12,6 +12,9 @@
39   # Solaris 2.5.1 needs -lposix4 to get the nanosleep function.
40   # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
41   AC_SEARCH_LIBS(nanosleep, [rt posix4], [LIB_NANOSLEEP=$ac_cv_search_nanosleep])
42 + if test "$ac_cv_search_nanosleep" = "none required"; then
43 +  LIB_NANOSLEEP=
44 + fi
45   AC_SUBST(LIB_NANOSLEEP)
46  
47   AC_CACHE_CHECK([whether nanosleep works],