[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Autoconf 2.50 breaks KDE builds
From:       Ben Burton <benb () acm ! org>
Date:       2001-05-25 21:11:17
[Download RAW message or body]


Apologies; I've just committed to CVS a fix to a stupid and glaringly obvious 
bug in the autoconf patches.  A copy of the fix is below.  Macros were 
defined with one name and then called with another.  Thanks Ivan. :)

Ben.

--- acinclude.m4.in     2001/05/25 18:02:00     2.108
+++ acinclude.m4.in     2001/05/25 21:02:01
@@ -43,25 +43,25 @@ ifdef([_AC_PROG_CXX_G],[],
    [AC_DEFUN([_AC_PROG_CXX_G],[AC_PROG_CXX_G])])
 ifdef([AC_PROG_CC_WORKS],
 [
-   define([K_CC_WORKS],[AC_PROG_CC_WORKS])dnl
-   define([K_CC_GNU],[AC_PROG_CC_GNU])dnl
-   define([K_CXX_WORKS],[AC_PROG_CXX_WORKS])dnl
-   define([K_CXX_GNU],[AC_PROG_CXX_GNU])dnl
+   define([K_PROG_CC_WORKS],[AC_PROG_CC_WORKS])dnl
+   define([K_PROG_CC_GNU],[AC_PROG_CC_GNU])dnl
+   define([K_PROG_CXX_WORKS],[AC_PROG_CXX_WORKS])dnl
+   define([K_PROG_CXX_GNU],[AC_PROG_CXX_GNU])dnl
 ],
 [
-   define([K_CC_WORKS],
+   define([K_PROG_CC_WORKS],
       [AC_LANG_PUSH(C)dnl
       _AC_COMPILER_EXEEXT_WORKS
       AC_LANG_POP()])
-   define([K_CC_GNU],
+   define([K_PROG_CC_GNU],
       [AC_LANG_PUSH(C)dnl
       _AC_LANG_COMPILER_GNU
       AC_LANG_POP()])
-   define([K_CXX_WORKS],
+   define([K_PROG_CXX_WORKS],
       [AC_LANG_PUSH(C++)dnl
       _AC_COMPILER_EXEEXT_WORKS
       AC_LANG_POP()])
-   define([K_CXX_GNU],
+   define([K_PROG_CXX_GNU],
       [AC_LANG_PUSH(C++)dnl
       _AC_LANG_COMPILER_GNU
       AC_LANG_POP()])

-- 

Ben Burton
benb@acm.org  |  bab@debian.org
http://baasil.humbug.org.au/bab/
Public Key: finger bab@debian.org

Bad artists always admire each others work.
	- Oscar Wilde

 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic