1 dnl aclocal.m4 generated automatically by aclocal 1.2
3 sinclude(../bfd/acmacros.m4)
5 # Do all the work for Automake. This macro actually does too much --
6 # some checks are only needed if your package does certain things.
7 # But this isn't really a big deal.
12 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
14 AC_DEFUN(AM_INIT_AUTOMAKE,
15 [AC_REQUIRE([AM_PROG_INSTALL])
20 dnl test to see if srcdir already configured
21 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
22 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
25 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
26 AC_DEFINE_UNQUOTED(VERSION, "$VERSION"))
29 dnl FIXME This is truly gross.
30 missing_dir=`cd $ac_aux_dir && pwd`
31 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
32 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
33 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
34 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
35 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
41 AC_DEFUN(AM_PROG_INSTALL,
42 [AC_REQUIRE([AC_PROG_INSTALL])
43 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
44 AC_SUBST(INSTALL_SCRIPT)dnl
48 # Check to make sure that the build environment is sane.
51 AC_DEFUN(AM_SANITY_CHECK,
52 [AC_MSG_CHECKING([whether build environment is sane])
55 echo timestamp > conftestfile
56 # Do `set' in a subshell so we don't clobber the current shell's
57 # arguments. Must try -L first in case configure is actually a
58 # symlink; some systems play weird games with the mod time of symlinks
59 # (eg FreeBSD returns the mod time of the symlink's containing
62 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
63 if test "$@" = "X"; then
65 set X `ls -t $srcdir/configure conftestfile`
67 test "[$]2" = conftestfile
73 AC_MSG_ERROR([newly created file is older than distributed files!
74 Check your system clock])
79 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
80 dnl The program must properly implement --version.
81 AC_DEFUN(AM_MISSING_PROG,
82 [AC_MSG_CHECKING(for working $2)
83 # Run test in a subshell; some versions of sh will print an error if
84 # an executable is not found, even if stderr is redirected.
85 # Redirect stdin to placate older versions of autoconf. Sigh.
86 if ($2 --version) < /dev/null > /dev/null 2>&1; then
91 AC_MSG_RESULT(missing)
96 # serial 9 AM_PROG_LIBTOOL
97 AC_DEFUN(AM_PROG_LIBTOOL,
98 [AC_REQUIRE([AC_CANONICAL_HOST])
99 AC_REQUIRE([AC_PROG_CC])
100 AC_REQUIRE([AC_PROG_RANLIB])
101 AC_REQUIRE([AM_PROG_LD])
102 AC_REQUIRE([AC_PROG_LN_S])
104 # Always use our own libtool.
105 LIBTOOL='$(top_builddir)/libtool'
108 dnl Allow the --disable-shared flag to stop us from building shared libs.
109 AC_ARG_ENABLE(shared,
110 [ --enable-shared build shared libraries [default=yes]],
111 test "$enableval" = no && libtool_shared=" --disable-shared",
114 dnl Allow the --disable-static flag to stop us from building static libs.
115 AC_ARG_ENABLE(static,
116 [ --enable-static build static libraries [default=yes]],
117 test "$enableval" = no && libtool_static=" --disable-static",
120 libtool_flags="$libtool_shared$libtool_static"
121 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
122 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
123 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
125 # Some flags need to be propagated to the compiler or linker for good
129 for f in '-32' '-64' '-cckr' '-n32' '-mips1' '-mips2' '-mips3' '-mips4'; do
130 if echo " $CC $CFLAGS " | egrep -e "[ ]$f[ ]" > /dev/null; then
137 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
138 CFLAGS="$CFLAGS -belf"
142 # Actually configure libtool. ac_aux_dir is where install-sh is found.
143 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
144 LD="$LD" RANLIB="$RANLIB" LN_S="$LN_S" \
145 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
146 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
147 || AC_MSG_ERROR([libtool configure failed])
150 # AM_PROG_LD - find the path to the GNU or non-GNU linker
153 [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
154 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
155 if test "$with_gnu_ld" = yes; then
156 AC_MSG_CHECKING([for GNU ld])
158 AC_MSG_CHECKING([for non-GNU ld])
160 AC_CACHE_VAL(ac_cv_path_LD,
163 ac_cv_path_LD="$LD" # Let the user override the test with a path.
166 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
167 for ac_dir in $PATH; do
168 test -z "$ac_dir" && ac_dir=.
169 if test -f "$ac_dir/ld"; then
170 ac_cv_path_LD="$ac_dir/ld"
171 # Check to see if the program is GNU ld. I'd rather use --version,
172 # but apparently some GNU ld's only accept -v.
173 # Break only if it was the GNU/non-GNU ld that we prefer.
174 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU ld|with BFD)' > /dev/null; then
175 test "$with_gnu_ld" = yes && break
177 test "$with_gnu_ld" != yes && break
185 if test -n "$LD"; then
190 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
195 AC_DEFUN(AM_PROG_LD_GNU,
196 [AC_CACHE_CHECK([whether we are using GNU ld], ac_cv_prog_gnu_ld,
197 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
198 if $LD -v 2>&1 </dev/null | egrep '(GNU ld|with BFD)' > /dev/null; then
199 ac_cv_prog_gnu_ld=yes
205 # Like AC_CONFIG_HEADER, but automatically create stamp file.
207 AC_DEFUN(AM_CONFIG_HEADER,
209 AC_CONFIG_HEADER([$1])
210 dnl When config.status generates a header, we must update the stamp-h file.
211 dnl This file resides in the same directory as the config header
212 dnl that is generated. We must strip everything past the first ":",
213 dnl and everything past the last "/".
214 AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
215 ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
216 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
218 for am_file in <<$1>>; do
219 case " <<$>>CONFIG_HEADERS " in
220 *" <<$>>am_file "*<<)>>
221 echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
224 am_indx=`expr "<<$>>am_indx" + 1`
228 # Add --enable-maintainer-mode option to configure.
233 AC_DEFUN(AM_MAINTAINER_MODE,
234 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
235 dnl maintainer-mode is disabled by default
236 AC_ARG_ENABLE(maintainer-mode,
237 [ --enable-maintainer-mode enable make rules and dependencies not useful
238 (and sometimes confusing) to the casual installer],
239 USE_MAINTAINER_MODE=$enableval,
240 USE_MAINTAINER_MODE=no)
241 AC_MSG_RESULT($USE_MAINTAINER_MODE)
242 if test $USE_MAINTAINER_MODE = yes; then
251 # Check to see if we're running under Cygwin32, without using
252 # AC_CANONICAL_*. If so, set output variable CYGWIN32 to "yes".
253 # Otherwise set it to "no".
256 dnl You might think we can do this by checking for a cygwin32-specific
258 AC_DEFUN(AM_CYGWIN32,
259 [AC_CACHE_CHECK(for Cygwin32 environment, am_cv_cygwin32,
260 [AC_TRY_COMPILE(,[int main () { return __CYGWIN32__; }],
261 am_cv_cygwin32=yes, am_cv_cygwin32=no)
264 test "$am_cv_cygwin32" = yes && CYGWIN32=yes])
266 # Check to see if we're running under Win32, without using
267 # AC_CANONICAL_*. If so, set output variable EXEEXT to ".exe".
268 # Otherwise set it to "".
271 dnl This knows we add .exe if we're building in the Cygwin32
272 dnl environment. But if we're not, then it compiles a test program
273 dnl to see if there is a suffix for executables.
275 dnl AC_REQUIRE([AC_PROG_CC])AC_REQUIRE([AM_CYGWIN32])
276 AC_MSG_CHECKING([for executable suffix])
277 [AC_CACHE_VAL(am_cv_exeext,
278 [if test "$CYGWIN32" = yes; then
281 cat > am_c_test.c << 'EOF'
283 /* Nothing needed here */
286 ${CC-cc} -o am_c_test $CFLAGS $CPPFLAGS $LDFLAGS am_c_test.c $LIBS 1>&5
287 am_cv_exeext=`ls am_c_test.* | grep -v am_c_test.c | sed -e s/am_c_test//`
289 test x"${am_cv_exeext}" = x && am_cv_exeext=no
292 test x"${am_cv_exeext}" != xno && EXEEXT=${am_cv_exeext}
293 AC_MSG_RESULT(${am_cv_exeext})