Magellan Linux

Contents of /trunk/xscreensaver/patches/xscreensaver-5.15-autoconf264.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1778 - (show annotations) (download)
Mon May 14 15:17:37 2012 UTC (11 years, 11 months ago) by niro
File size: 783 byte(s)
-be compat with >=autoconf-2.64
1 --- xscreensaver-5.11/Makefile.in.debug 2010-04-12 13:49:19.000000000 +0900
2 +++ xscreensaver-5.11/Makefile.in 2010-04-12 20:36:05.000000000 +0900
3 @@ -99,8 +99,8 @@
4 # or later, feel free. Personally, I can't be bothered.
5 #
6 configure::
7 - autoconf263
8 - autoheader263
9 + autoconf
10 + autoheader
11 @TMP=configure.$$$$ ; \
12 echo "munging configure's --help message..." ; \
13 ( perl -e ' \
14 --- xscreensaver-5.11/configure.in.debug 2010-01-02 20:28:15.000000000 +0900
15 +++ xscreensaver-5.11/configure.in 2010-04-12 20:40:46.000000000 +0900
16 @@ -315,7 +315,7 @@
17 ###############################################################################
18
19 AC_DEFUN(AC_PROG_CC_ANSI,
20 - [AC_PROG_CC
21 + [AC_REQUIRE([AC_PROG_CC])
22
23 if test -z "$GCC"; then
24 # not using GCC