]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gzip/gzip-1.3.5/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gzip / gzip-1.3.5 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- gzip-1.3.5/./configure.in~configure
7 +++ gzip-1.3.5/./configure.in
8 @@ -18,8 +18,8 @@
9  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
10  # 02111-1307, USA.
11  
12 -AC_PREREQ(2.54)
13 -AC_INIT(gzip, 1.3.5, bug-gzip@gnu.org)
14 +AC_PREREQ(2.57)
15 +AC_INIT([gzip],[1.3.5],[bug-gzip@gnu.org])
16  AC_CONFIG_SRCDIR(gzip.c)
17  AM_INIT_AUTOMAKE
18  
19 @@ -39,9 +39,8 @@
20  
21  AC_CACHE_CHECK([for underline in external names], [gzip_cv_underline],
22    [gzip_cv_underline=yes
23 -   AC_TRY_COMPILE([int foo() {return 0;}], [],
24 -     [nm conftest.$OBJEXT | grep _foo >/dev/null 2>&1 ||
25 -       gzip_cv_underline=no])])
26 +   AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[int foo() {return 0;}]], [[]])],[nm conftest.$OBJEXT | grep _foo >/dev/null 2>&1 ||
27 +       gzip_cv_underline=no],[])])
28  if test $gzip_cv_underline = no; then
29    ASCPP="${ASCPP} -DNO_UNDERLINE"
30  fi