1 dnl Process this file file with autoconf to produce a configure script.
2 dnl This file is a shell script fragment that supplies the information
3 dnl necessary to tailor a template configure script into the configure
4 dnl script appropriate for this directory. For more information, check
5 dnl any existing configure script.
12 AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)
15 # Directories to use in all configurations.
27 # Directories to use for a configuration which uses stabs.
30 # this section is for targets that use stabs
31 # add stabs tests for appropriate targets
33 powerpc-*-aix*) configdirs="${configdirs} ${stabsdirs}" ;;
34 rs6000-*-aix*) configdirs="${configdirs} ${stabsdirs}" ;;
35 *-*-bsd*) configdirs="${configdirs} ${stabsdirs}" ;;
36 *-*-go32*) configdirs="${configdirs} ${stabsdirs}" ;;
37 *-*-linux*) configdirs="${configdirs} ${stabsdirs}" ;;
38 *-*-lynxos*) configdirs="${configdirs} ${stabsdirs}" ;;
39 *-sun-*) configdirs="${configdirs} ${stabsdirs}" ;;
40 hppa*-*-*) configdirs="${configdirs} ${stabsdirs}" ;;
41 *-*-elf*) configdirs="${configdirs} ${stabsdirs}" ;;
42 *) if test "x${with_stabs}" = x"yes" ; then
43 configdirs="${configdirs} ${stabsdirs}"
47 # Directory with HP specific tests. They will run only with HP's compilers.
48 # These tests will not work on other platforms and compilers.
53 hppa*-*-hpux*) configdirs="${configdirs} ${hpdir}" ;;
57 # Begin stuff to support --enable-shared
59 [ --enable-shared use shared libraries],
60 [case "${enableval}" in
65 RPATH_ENVVAR=LD_LIBRARY_PATH
66 # If we have shared libraries, try to set RPATH_ENVVAR reasonably.
67 if test "${shared}" = "true"; then
70 RPATH_ENVVAR=SHLIB_PATH
74 AC_SUBST(RPATH_ENVVAR)
75 # End stuff to support --enable-shared
76 # Start stuff to support --enable-gdbtk
79 [case "${enableval}" in
92 AC_MSG_ERROR(bad value ${enableval} given for gdbtk option) ;;
95 # Default is on for everything but go32 and windows
104 if test "${enable_gdbtk}" = "yes"; then
105 configdirs="${configdirs} gdb.gdbtk"
107 # End stuff to support --enable-shared
109 # configure the subdirectories too
110 AC_CONFIG_SUBDIRS($configdirs)
112 dnl AC_SUBST(gdb_target_cpu)