summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-04-16 23:54:11 +0000
committerTom Tromey <tromey@redhat.com>2008-04-16 23:54:11 +0000
commit7aeb05e32774ca7dd1cddc411fa5fbd0461926c0 (patch)
treecff90c2333731ec31857239dab0d8345b28a49ab /m4
parent26c7eeb38377d6ddbf58a8360e52d29179ee0c97 (diff)
downloadclasspath-7aeb05e32774ca7dd1cddc411fa5fbd0461926c0.tar.gz
2008-04-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name. * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar) (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv) (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies for these scripts, to trick automake into hiding the respective rules for the programs below the CREATE_WRAPPERS conditional.
Diffstat (limited to 'm4')
-rw-r--r--m4/gcc_attribute.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gcc_attribute.m4 b/m4/gcc_attribute.m4
index f0c25722b..f332d21a6 100644
--- a/m4/gcc_attribute.m4
+++ b/m4/gcc_attribute.m4
@@ -15,7 +15,7 @@ AC_DEFUN([CACHED_TRY_COMPILE],[
dnl GCC_ATTRIBUTE(<short-label>,<cachevar>,<func-params>,<attribute>,<HAVE>,<desc>,[<true-cmds>],[<false-cmds>])
AC_DEFUN([GCC_ATTRIBUTE],[
- CACHED_TRY_COMPILE(__attribute__(($1)),cv_c_gcc_attribute_$2,,
+ CACHED_TRY_COMPILE(__attribute__(($1)),gcc_cv_c_gcc_attribute_$2,,
[extern int testfunction($3) __attribute__(($4))],
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_GNUC25_$5,,$6)