]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpm/gpm-1.20.1/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpm / gpm-1.20.1 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- gpm-1.20.1/./configure.in~configure
7 +++ gpm-1.20.1/./configure.in
8 @@ -3,8 +3,9 @@
9  dnl Process this file with autoconf to produce a configure script.
10  dnl written jan/1997 - T.E.Dickey <dickey@clark.net>
11  
12 -AC_INIT(src/gpm.c)
13 -AC_PREREQ(2.12)
14 +AC_INIT
15 +AC_CONFIG_SRCDIR([src/gpm.c])
16 +AC_PREREQ(2.57)
17  AC_CONFIG_HEADER(src/headers/config.h)
18  
19  release=1.20.1
20 @@ -82,7 +83,7 @@
21  fi
22  
23  ITZ_SYS_ELF
24 -if test ${itz_cv_sys_elf} = yes && test x${ac_cv_prog_gcc} = xyes ; then
25 +if test ${itz_cv_sys_elf} = yes && test x${ac_cv_c_compiler_gnu} = xyes ; then
26      SHLIB=libgpm.so
27  else
28      SHLIB=
29 @@ -132,4 +133,5 @@
30  
31  dnl AC_DEFINE_UNQUOTED(SYSCONFDIR,"$sysconfdir")
32  dnl AC_DEFINE_UNQUOTED(SBINDIR,"$sbindir")
33 -AC_OUTPUT(Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm)
34 +AC_CONFIG_FILES([Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm])
35 +AC_OUTPUT