From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- config.make.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.make.in (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in new file mode 100644 index 0000000..b2105e0 --- /dev/null +++ b/config.make.in @@ -0,0 +1,26 @@ +# @configure_input@ +# From $Id$. +# Don't edit this file. Put configuration parameters in configparms instead. + +config-machine = @host_cpu@ +config-vendor = @host_vendor@ +config-os = @host_os@ +config-sysdirs = @sysnames@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +config-defines = @DEFS@ +gnu-as = @gnu_as@ +gnu-ld = @gnu_ld@ +elf = @elf@ +weak-symbols = @weak@ + +CC = @CC@ +AR = @AR@ +RANLIB = @RANLIB@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ + +# More variables may be inserted below by configure. -- cgit v1.1