# $Id: config,v 1.5 2003/02/04 21:37:22 jmmv Exp $
# bt_config script

# --------------------------------------------------------------
#    THIS IS A SAMPLE FILE; REMOVE EVERYTHING YOU DO NOT NEED
# --------------------------------------------------------------

# Locate all required things to build C/C++ programs.
bt_check_env_c
bt_check_env_cxx

# To generate libraries, use this too. This will check for static and
# dynamic support.
bt_check_lib_howto

# Will you write TeXinfo files? You are encouraged to do it! This line
# is required to build and install TeXinfo files.
bt_check_prog_info

# Do we have malloc.h?
bt_check_hdr malloc.h

# And what about libm?
bt_check_lib m

# Generate a C header file, recommended.
bt_generate_configh

# Generate a configuration Makefile, a MUST if you will use bt_make.
bt_generate_configmk

# Generate a shell configuration file, a MUST if you will use bt_logic.
bt_generate_configenv
