OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [watchdog/] [synth/] [v2_0/] [host/] [aclocal.m4] - Blame information for rev 454

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
dnl aclocal.m4 generated automatically by aclocal 1.4-p5
2
 
3
dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
dnl This file is free software; the Free Software Foundation
5
dnl gives unlimited permission to copy and/or distribute it,
6
dnl with or without modifications, as long as this notice is preserved.
7
 
8
dnl This program is distributed in the hope that it will be useful,
9
dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
dnl PARTICULAR PURPOSE.
12
 
13
dnl Process this file with aclocal to get an aclocal.m4 file. Then
14
dnl process that with autoconf.
15
dnl ====================================================================
16
dnl
17
dnl     acinclude.m4
18
dnl
19
dnl ====================================================================
20
dnl####COPYRIGHTBEGIN####
21
dnl
22
dnl ----------------------------------------------------------------------------
23
dnl Copyright (C) 2002 Bart Veer
24
dnl
25
dnl This file is part of the eCos host tools.
26
dnl
27
dnl This program is free software; you can redistribute it and/or modify it
28
dnl under the terms of the GNU General Public License as published by the Free
29
dnl Software Foundation; either version 2 of the License, or (at your option)
30
dnl any later version.
31
dnl
32
dnl This program is distributed in the hope that it will be useful, but WITHOUT
33
dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
34
dnl FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
35
dnl more details.
36
dnl
37
dnl You should have received a copy of the GNU General Public License along with
38
dnl this program; if not, write to the Free Software Foundation, Inc.,
39
dnl 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
40
dnl ----------------------------------------------------------------------------
41
dnl
42
dnl####COPYRIGHTEND####
43
dnl ====================================================================
44
dnl#####DESCRIPTIONBEGIN####
45
dnl
46
dnl Author(s):  bartv
47
dnl Contact(s): bartv
48
dnl Date:       2002/09/04
49
dnl Version:    0.01
50
dnl
51
dnl####DESCRIPTIONEND####
52
dnl ====================================================================
53
 
54
dnl Access shared macros.
55
dnl AM_CONDITIONAL needs to be mentioned here or else aclocal does not
56
dnl incorporate the macro into aclocal.m4
57
sinclude(../../../../../../acsupport/acinclude.m4)
58
 
59
# Define a conditional.
60
 
61
AC_DEFUN([AM_CONDITIONAL],
62
[AC_SUBST($1_TRUE)
63
AC_SUBST($1_FALSE)
64
if $2; then
65
  $1_TRUE=
66
  $1_FALSE='#'
67
else
68
  $1_TRUE='#'
69
  $1_FALSE=
70
fi])
71
 
72
# Do all the work for Automake.  This macro actually does too much --
73
# some checks are only needed if your package does certain things.
74
# But this isn't really a big deal.
75
 
76
# serial 1
77
 
78
dnl Usage:
79
dnl AM_INIT_AUTOMAKE(package,version, [no-define])
80
 
81
AC_DEFUN([AM_INIT_AUTOMAKE],
82
[AC_REQUIRE([AC_PROG_INSTALL])
83
PACKAGE=[$1]
84
AC_SUBST(PACKAGE)
85
VERSION=[$2]
86
AC_SUBST(VERSION)
87
dnl test to see if srcdir already configured
88
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
89
  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
90
fi
91
ifelse([$3],,
92
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
93
AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
94
AC_REQUIRE([AM_SANITY_CHECK])
95
AC_REQUIRE([AC_ARG_PROGRAM])
96
dnl FIXME This is truly gross.
97
missing_dir=`cd $ac_aux_dir && pwd`
98
AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
99
AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
100
AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
101
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
102
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
103
AC_REQUIRE([AC_PROG_MAKE_SET])])
104
 
105
#
106
# Check to make sure that the build environment is sane.
107
#
108
 
109
AC_DEFUN([AM_SANITY_CHECK],
110
[AC_MSG_CHECKING([whether build environment is sane])
111
# Just in case
112
sleep 1
113
echo timestamp > conftestfile
114
# Do `set' in a subshell so we don't clobber the current shell's
115
# arguments.  Must try -L first in case configure is actually a
116
# symlink; some systems play weird games with the mod time of symlinks
117
# (eg FreeBSD returns the mod time of the symlink's containing
118
# directory).
119
if (
120
   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
121
   if test "[$]*" = "X"; then
122
      # -L didn't work.
123
      set X `ls -t $srcdir/configure conftestfile`
124
   fi
125
   if test "[$]*" != "X $srcdir/configure conftestfile" \
126
      && test "[$]*" != "X conftestfile $srcdir/configure"; then
127
 
128
      # If neither matched, then we have a broken ls.  This can happen
129
      # if, for instance, CONFIG_SHELL is bash and it inherits a
130
      # broken ls alias from the environment.  This has actually
131
      # happened.  Such a system could not be considered "sane".
132
      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
133
alias in your environment])
134
   fi
135
 
136
   test "[$]2" = conftestfile
137
   )
138
then
139
   # Ok.
140
   :
141
else
142
   AC_MSG_ERROR([newly created file is older than distributed files!
143
Check your system clock])
144
fi
145
rm -f conftest*
146
AC_MSG_RESULT(yes)])
147
 
148
dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
149
dnl The program must properly implement --version.
150
AC_DEFUN([AM_MISSING_PROG],
151
[AC_MSG_CHECKING(for working $2)
152
# Run test in a subshell; some versions of sh will print an error if
153
# an executable is not found, even if stderr is redirected.
154
# Redirect stdin to placate older versions of autoconf.  Sigh.
155
if ($2 --version) < /dev/null > /dev/null 2>&1; then
156
   $1=$2
157
   AC_MSG_RESULT(found)
158
else
159
   $1="$3/missing $2"
160
   AC_MSG_RESULT(missing)
161
fi
162
AC_SUBST($1)])
163
 
164
# Add --enable-maintainer-mode option to configure.
165
# From Jim Meyering
166
 
167
# serial 1
168
 
169
AC_DEFUN([AM_MAINTAINER_MODE],
170
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
171
  dnl maintainer-mode is disabled by default
172
  AC_ARG_ENABLE(maintainer-mode,
173
[  --enable-maintainer-mode enable make rules and dependencies not useful
174
                          (and sometimes confusing) to the casual installer],
175
      USE_MAINTAINER_MODE=$enableval,
176
      USE_MAINTAINER_MODE=no)
177
  AC_MSG_RESULT($USE_MAINTAINER_MODE)
178
  AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
179
  MAINT=$MAINTAINER_MODE_TRUE
180
  AC_SUBST(MAINT)dnl
181
]
182
)
183
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.