]> git.ipfire.org Git - thirdparty/gcc.git/blame - libiberty/configure.in
configure.in (MAKEINFO, PERL): Detect these.
[thirdparty/gcc.git] / libiberty / configure.in
CommitLineData
3affd5f0 1dnl Process this file with autoconf to produce a configure script
6599da04 2
4ac3cb83 3AC_PREREQ(2.13)
3affd5f0 4AC_INIT(pexecute.c)
6599da04 5
3affd5f0
JL
6dnl We use these options to decide which functions to include.
7AC_ARG_WITH(target-subdir,
ca6b370d
JL
8[ --with-target-subdir=SUBDIR Configuring in a subdirectory])
9AC_ARG_WITH(cross-host,
10[ --with-cross-host=HOST Configuring with a cross compiler])
3affd5f0
JL
11AC_ARG_WITH(newlib,
12[ --with-newlib Configuring with newlib])
6599da04 13
3affd5f0
JL
14if test "${srcdir}" = "."; then
15 if test -z "${with_target_subdir}"; then
16 libiberty_topdir="${srcdir}/.."
17 else
18 if test "${with_target_subdir}" != "."; then
19 libiberty_topdir="${srcdir}/${with_multisrctop}../.."
20 else
21 libiberty_topdir="${srcdir}/${with_multisrctop}.."
22 fi
23 fi
24else
25 libiberty_topdir="${srcdir}/.."
26fi
27AC_CONFIG_AUX_DIR($libiberty_topdir)
28
aaa5f039
DD
29dnl Very limited version of automake's enable-maintainer-mode
30
31AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
32 dnl maintainer-mode is disabled by default
33 AC_ARG_ENABLE(maintainer-mode,
34[ --enable-maintainer-mode
35 enable make rules and dependencies not useful
36 (and sometimes confusing) to the casual installer],
37 maintainer_mode=$enableval,
38 maintainer_mode=no)
39
40AC_MSG_RESULT($maintainer_mode)
41
42if test "$maintainer_mode" = "yes"; then
43 MAINT=''
44 NOTMAINT='#'
45else
46 MAINT='#'
47 NOTMAINT=''
48fi
49AC_SUBST(MAINT)dnl
50AC_SUBST(NOTMAINT)dnl
51
52# Do we have a single-tree copy of texinfo?
53if test -f $srcdir/../texinfo/Makefile.in; then
54 MAKEINFO='$(objdir)/../texinfo/makeinfo/makeinfo'
55 AC_MSG_RESULT([Using makeinfo from the unified source tree.])
56else
57 AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, )
58fi
59if test x"$MAKEINFO" = x""; then
60 BUILD_INFO=
61else
62 BUILD_INFO=info
63fi
64AC_SUBST(BUILD_INFO)
65
66AC_CHECK_PROG(PERL, perl, perl, )
67if test x"$PERL" = x""; then
68 HAVE_PERL='#'
69else
70 HAVE_PERL=''
71fi
72AC_SUBST(HAVE_PERL)
73
3affd5f0
JL
74AC_CANONICAL_HOST
75
76dnl When we start using automake:
77dnl AM_INIT_AUTOMAKE(libiberty, 1.0)
78
79dnl These must be called before AM_PROG_LIBTOOL, because it may want
80dnl to call AC_CHECK_PROG.
81AC_CHECK_TOOL(AR, ar)
82AC_CHECK_TOOL(RANLIB, ranlib, :)
83
3affd5f0
JL
84LIB_AC_PROG_CC
85
86AC_ISC_POSIX
d1209685
ZW
87AC_C_CONST
88AC_C_INLINE
3affd5f0
JL
89
90dnl When we start using libtool:
91dnl Default to a non shared library. This may be overridden by the
92dnl configure option --enable-shared.
93dnl AM_DISABLE_SHARED
94
95dnl When we start using libtool:
96dnl AM_PROG_LIBTOOL
97
98dnl When we start using automake:
99dnl AM_CONFIG_HEADER(config.h:config.in)
100AC_CONFIG_HEADER(config.h:config.in)
101
102dnl When we start using automake:
103dnl AM_MAINTAINER_MODE
dd8f3ed5 104dnl AC_EXEEXT
3affd5f0
JL
105
106dnl When we start using automake:
107dnl AM_PROG_INSTALL
108AC_PROG_INSTALL
6599da04
JM
109
110. ${srcdir}/config.table
111host_makefile_frag=${frag}
3affd5f0
JL
112AC_SUBST_FILE(host_makefile_frag)
113
114# It's OK to check for header files. Although the compiler may not be
115# able to link anything, it had better be able to at least compile
116# something.
c6451ce1 117AC_CHECK_HEADERS(sys/file.h sys/param.h limits.h stdlib.h string.h unistd.h strings.h sys/time.h time.h sys/resource.h sys/stat.h sys/mman.h fcntl.h)
a6458d1d 118AC_HEADER_SYS_WAIT
c6451ce1 119AC_HEADER_TIME
6599da04 120
3b58c099
MS
121libiberty_AC_DECLARE_ERRNO
122
3affd5f0
JL
123# This is the list of functions which libiberty will provide if they
124# are not available on the host.
125
126funcs="asprintf"
127funcs="$funcs atexit"
128funcs="$funcs basename"
129funcs="$funcs bcmp"
130funcs="$funcs bcopy"
dac45916 131funcs="$funcs bsearch"
3affd5f0 132funcs="$funcs bzero"
a9acf741 133funcs="$funcs calloc"
3affd5f0 134funcs="$funcs clock"
29650b2b 135funcs="$funcs ffs"
3affd5f0
JL
136funcs="$funcs getcwd"
137funcs="$funcs getpagesize"
138funcs="$funcs index"
139funcs="$funcs insque"
140funcs="$funcs memchr"
141funcs="$funcs memcmp"
142funcs="$funcs memcpy"
143funcs="$funcs memmove"
144funcs="$funcs memset"
687361c8 145funcs="$funcs mkstemps"
9eb4080f 146funcs="$funcs putenv"
3affd5f0
JL
147funcs="$funcs random"
148funcs="$funcs rename"
149funcs="$funcs rindex"
9eb4080f 150funcs="$funcs setenv"
3affd5f0
JL
151funcs="$funcs sigsetmask"
152funcs="$funcs strcasecmp"
153funcs="$funcs strchr"
154funcs="$funcs strdup"
155funcs="$funcs strncasecmp"
156funcs="$funcs strrchr"
157funcs="$funcs strstr"
158funcs="$funcs strtod"
159funcs="$funcs strtol"
160funcs="$funcs strtoul"
161funcs="$funcs tmpnam"
162funcs="$funcs vasprintf"
163funcs="$funcs vfprintf"
164funcs="$funcs vprintf"
165funcs="$funcs vsprintf"
166funcs="$funcs waitpid"
167
168# Also in the old function.def file: alloca, vfork, getopt.
169
170vars="sys_errlist sys_nerr sys_siglist"
171
90e72e20 172checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
3affd5f0
JL
173
174# These are neither executed nor required, but they help keep
175# autoheader happy without adding a bunch of text to acconfig.h.
176if test "x" = "y"; then
dac45916
MS
177 AC_CHECK_FUNCS(asprintf atexit basename bcmp bcopy bsearch bzero calloc clock)
178 AC_CHECK_FUNCS(getcwd getpagesize index insque mkstemps memchr memcmp memcpy)
179 AC_CHECK_FUNCS(memmove memset putenv random rename rindex sigsetmask)
180 AC_CHECK_FUNCS(strcasecmp setenv strchr strdup strncasecmp strrchr strstr)
181 AC_CHECK_FUNCS(strtod strtol strtoul tmpnam vasprintf vfprintf vprintf)
182 AC_CHECK_FUNCS(vsprintf waitpid getrusage on_exit psignal strerror strsignal)
29650b2b 183 AC_CHECK_FUNCS(sysconf times sbrk gettimeofday ffs)
d1209685
ZW
184 AC_DEFINE(HAVE_SYS_ERRLIST, 1, [Define if you have the sys_errlist variable.])
185 AC_DEFINE(HAVE_SYS_NERR, 1, [Define if you have the sys_nerr variable.])
186 AC_DEFINE(HAVE_SYS_SIGLIST, 1, [Define if you have the sys_siglist variable.])
6599da04
JM
187fi
188
3affd5f0
JL
189# For each of these functions, if the host does not provide the
190# function we want to put FN.o in LIBOBJS, and if the host does
b548dffb 191# provide the function, we want to define HAVE_FN in config.h.
3affd5f0
JL
192
193setobjs=
7c72138a 194CHECK=
3affd5f0
JL
195if test -n "${with_target_subdir}"; then
196
ca6b370d 197 # We are being configured as a target library. AC_REPLACE_FUNCS
3affd5f0 198 # may not work correctly, because the compiler may not be able to
ca6b370d
JL
199 # link executables. Note that we may still be being configured
200 # native.
3affd5f0
JL
201
202 # If we are being configured for newlib, we know which functions
203 # newlib provide and which ones we will be expected to provide.
204
205 if test "x${with_newlib}" = "xyes"; then
ca6b370d 206 LIBOBJS="asprintf.o basename.o insque.o random.o strdup.o vasprintf.o"
3affd5f0
JL
207
208 for f in $funcs; do
209 case "$f" in
ca6b370d 210 asprintf | basename | insque | random | strdup | vasprintf)
3affd5f0
JL
211 ;;
212 *)
213 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
214 AC_DEFINE_UNQUOTED($n)
215 ;;
216 esac
217 done
218
219 # newlib doesnt provide any of the variables in $vars, so we
220 # dont have to check them here.
221
ca6b370d 222 # Of the functions in $checkfuncs, newlib only has strerror.
d1209685 223 AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR)
3affd5f0
JL
224
225 setobjs=yes
226
227 fi
7c72138a
TT
228
229else
230
231 # Not a target library, so we set things up to run the test suite.
232 CHECK=check-cplus-dem
233
3affd5f0
JL
234fi
235
7c72138a
TT
236AC_SUBST(CHECK)
237
b1c45ae4
CF
238case "${host}" in
239 *-*-cygwin*)
240 AC_DEFINE(HAVE_SYS_ERRLIST)
241 AC_DEFINE(HAVE_SYS_NERR)
242 ;;
243esac
244
3affd5f0
JL
245if test -z "${setobjs}"; then
246 case "${host}" in
247
248 *-*-vxworks*)
249 # Handle VxWorks configuration specially, since on VxWorks the
250 # libraries are actually on the target board, not in the file
251 # system.
252 LIBOBJS="basename.o getpagesize.o insque.o random.o strcasecmp.o"
253 LIBOBJS="$LIBOBJS strncasecmp.o strdup.o vfork.o waitpid.o vasprintf.o"
254 for f in $funcs; do
255 case "$f" in
256 basename | getpagesize | insque | random | strcasecmp)
257 ;;
258 strncasecmp | strdup | vfork | waitpid | vasprintf)
259 ;;
260 *)
261 n=HAVE_`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
262 AC_DEFINE_UNQUOTED($n)
263 ;;
264 esac
265 done
266
267 # VxWorks doesn't provide any of the variables in $vars, so we
268 # don't have to check them here.
269
270 # Of the functions in $checkfuncs, VxWorks only has strerror.
d1209685 271 AC_DEFINE_NOAUTOHEADER(HAVE_STRERROR)
3affd5f0
JL
272
273 setobjs=yes
274 ;;
275
276 esac
277fi
278
279if test -z "${setobjs}"; then
280
281 case "${host}" in
282
dd8f3ed5
GN
283 *-*-cygwin*)
284 # The Cygwin library actually uses a couple of files from
3affd5f0 285 # libiberty when it is built. If we are building a native
dd8f3ed5 286 # Cygwin, and we run the tests, we will appear to have these
3affd5f0
JL
287 # files. However, when we go on to build winsup, we will wind up
288 # with a library which does not have the files, since they should
289 # have come from libiberty.
290
291 # We handle this by removing the functions the winsup library
292 # provides from our shell variables, so that they appear to be
293 # missing.
294
2f31ed7e
DD
295 # DJ - only if we're *building* cygwin, not just building *with* cygwin
296
297 if test -n "${with_target_subdir}"
298 then
299 funcs="`echo $funcs | sed -e 's/random//'`"
300 LIBOBJS="$LIBOBJS random.o"
301 vars="`echo $vars | sed -e 's/sys_siglist//'`"
302 checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
303 fi
3affd5f0
JL
304 ;;
305
306 *-*-mingw32*)
307 # Under mingw32, sys_nerr and sys_errlist exist, but they are
308 # macros, so the test below won't find them.
d1209685
ZW
309 libiberty_cv_var_sys_nerr=yes
310 libiberty_cv_var_sys_errlist=yes
3affd5f0
JL
311 ;;
312
89f602a7
MK
313 *-*-uwin*)
314 # Under some versions of uwin, vfork is notoriously buggy and the test
315 # can hang configure; on other versions, vfork exists just as a stub.
316 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
317 ac_cv_func_vfork_works=no
62133b5e
MK
318 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
319 # macros (actually, these are imported from a DLL, but the end effect
320 # is the same), so the test below won't find them.
d1209685
ZW
321 libiberty_cv_var_sys_nerr=yes
322 libiberty_cv_var_sys_errlist=yes
89f602a7
MK
323 ;;
324
3affd5f0
JL
325 esac
326
327 # We haven't set the list of objects yet. Use the standard autoconf
328 # tests. This will only work if the compiler works.
329 AC_PROG_CC_WORKS
330 AC_REPLACE_FUNCS($funcs)
b548dffb 331 libiberty_AC_FUNC_C_ALLOCA
3affd5f0
JL
332 AC_FUNC_VFORK
333 if test $ac_cv_func_vfork_works = no; then
334 LIBOBJS="$LIBOBJS vfork.o"
335 fi
336 for v in $vars; do
337 AC_MSG_CHECKING([for $v])
338 AC_CACHE_VAL(libiberty_cv_var_$v,
339 [AC_TRY_LINK([int *p;], [extern int $v; p = &$v;],
340 [eval "libiberty_cv_var_$v=yes"],
341 [eval "libiberty_cv_var_$v=no"])])
342 if eval "test \"`echo '$libiberty_cv_var_'$v`\" = yes"; then
343 AC_MSG_RESULT(yes)
344 n=HAVE_`echo $v | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
345 AC_DEFINE_UNQUOTED($n)
6599da04 346 else
3affd5f0 347 AC_MSG_RESULT(no)
6599da04 348 fi
3affd5f0
JL
349 done
350 AC_CHECK_FUNCS($checkfuncs)
351fi
352
a9266bfa
KG
353libiberty_AC_FUNC_STRNCMP
354
3affd5f0
JL
355# Install a library built with a cross compiler in $(tooldir) rather
356# than $(libdir).
ca6b370d 357if test -z "${with_cross_host}"; then
3affd5f0
JL
358 INSTALL_DEST=libdir
359else
360 INSTALL_DEST=tooldir
6599da04 361fi
3affd5f0
JL
362AC_SUBST(INSTALL_DEST)
363
364# We need multilib support, but only if configuring for the target.
7c72138a 365AC_OUTPUT(Makefile testsuite/Makefile,
3affd5f0
JL
366[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
367if test -n "$CONFIG_FILES"; then
368 if test -n "${with_target_subdir}"; then
369 # FIXME: We shouldn't need to set ac_file
370 ac_file=Makefile
371 . ${libiberty_topdir}/config-ml.in
372 fi
373fi],
374srcdir=${srcdir}
375host=${host}
376target=${target}
377with_target_subdir=${with_target_subdir}
378with_multisubdir=${with_multisubdir}
379ac_configure_args="--enable-multilib ${ac_configure_args}"
380CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
381libiberty_topdir=${libiberty_topdir}
382)