Commit Graph

265 Commits

Author SHA1 Message Date
David MacKenzie
0c29fe2579 fix little nits 1995-03-23 23:49:35 +00:00
David MacKenzie
8cf3e847b3 version 2.2 1995-03-08 22:06:48 +00:00
David MacKenzie
e71f08e5ba fix bug in John's code with cache file /dev/null 1995-03-07 00:38:46 +00:00
David MacKenzie
0f53fcad1b various little patches 1995-03-07 00:19:27 +00:00
Roland McGrath
d0c84d4f0a (AC_CHECK_FUNC): Remove quotes in comment in test program. 1995-02-25 06:46:06 +00:00
Roland McGrath
efeec7fbdd (AC_CHECK_FUNC): Include errno.h instead of ctype.h in test program. 1995-02-25 01:02:00 +00:00
David MacKenzie
555069628e more little bug fixes 1995-02-21 20:39:40 +00:00
Roland McGrath
4915f99aae (AC_CHECK_TOOL_PREFIX): Require AC_CANONICAL_BUILD, so both $build and
$host are definitely set before we compare them.
1995-02-12 23:42:30 +00:00
Roland McGrath
894f765564 (AC_CHECK_TOOL): Rewritten. Take optional third arg VALUE-IF-NOT-FOUND.
Check for ${ac_tool_prefix}PROG-TO-CHECK-FOR first.  If not found and third
arg given, and ${ac_tool_prefix} is nonempty, check for unadorned
PROG-TO-CHECK-FOR as well.  Last choice use VALUE-IF-NOT-FOUND.
1995-02-11 09:37:18 +00:00
Roland McGrath
1e18f6fe7e (AC_CONFIG_SUBDIRS): Fix sed command to produce $ac_dots. 1995-02-10 22:45:47 +00:00
David MacKenzie
bb41a196e7 various bug fixes 1995-02-09 22:44:35 +00:00
David MacKenzie
f3c1eec704 more -l order frobbing 1995-02-08 14:58:30 +00:00
David MacKenzie
77caa43c94 various bug fixes 1995-02-07 22:41:14 +00:00
David MacKenzie
f5cee52491 various bug fixes 1995-02-06 23:31:34 +00:00
David MacKenzie
c6a5d9a45b version 2.1 1994-11-04 04:19:54 +00:00
David MacKenzie
7beb4df22f reword warning 1994-11-04 04:12:52 +00:00
David MacKenzie
4ba0d9c68c fix up c++ 1994-11-03 19:52:24 +00:00
David MacKenzie
17ba39486a more tweaks 1994-11-03 18:20:07 +00:00
David MacKenzie
7c20472d09 fix misc little bugs 1994-11-03 15:49:58 +00:00
David MacKenzie
00b26ca110 translate - in header names 1994-10-26 22:42:11 +00:00
David MacKenzie
8b9cd57886 add AC_TRY_COMPILE 1994-10-23 02:08:04 +00:00
David MacKenzie
3ff5738fb7 ignore site. fix version comparisons. 1994-10-20 12:52:36 +00:00
David MacKenzie
55cc1d3f7f fix typos 1994-10-19 05:42:23 +00:00
David MacKenzie
79679cf2ae make default prefix settable 1994-10-19 00:29:13 +00:00
David MacKenzie
0fc02e8f12 update copyright notice and --build default 1994-10-18 16:52:59 +00:00
David MacKenzie
85715008c6 undo typedef rename; add macro from paul eggert 1994-10-01 23:13:28 +00:00
David MacKenzie
0bf8d59c76 rename AC_CHECK_TYPE to AC_CHECK_TYPEDEF 1994-09-28 13:04:57 +00:00
David MacKenzie
7185c6faea various little cleanups 1994-09-27 22:05:22 +00:00
David MacKenzie
74cc3753fc remove extra slashes from end of srcdir 1994-09-26 03:02:30 +00:00
David MacKenzie
fd64c83071 version 1.120 1994-09-20 00:59:29 +00:00
David MacKenzie
61b48351ea make transform_name always work 1994-09-19 21:17:16 +00:00
David MacKenzie
bf85b76df9 minor tweaks 1994-09-16 15:40:36 +00:00
David MacKenzie
95571a4492 change wording 1994-09-16 02:15:06 +00:00
David MacKenzie
361a0d0fa8 misc little cleanups 1994-09-16 02:03:51 +00:00
David MacKenzie
680f86975a fix makefile targets and recursive generation 1994-09-15 18:34:35 +00:00
David MacKenzie
ca572e0282 put back Makefile comment 1994-09-15 00:58:48 +00:00
David MacKenzie
69db95fa74 fix making links and add configure_input 1994-09-13 15:20:48 +00:00
David MacKenzie
2350e2eb97 fix character class for option quoting 1994-09-13 05:22:02 +00:00
David MacKenzie
e39713c070 more quoting work 1994-09-13 04:28:30 +00:00
David MacKenzie
bdb9e9a1d1 misc little fixes 1994-09-12 04:40:56 +00:00
David MacKenzie
fccf840837 install-sh, quote cmd line options 1994-09-11 06:20:58 +00:00
David MacKenzie
86dc14e8f7 add blank line 1994-09-09 20:22:01 +00:00
David MacKenzie
4b515ebbeb misc little fixes 1994-09-09 20:13:30 +00:00
David MacKenzie
01cddb594a new macros to reduce kludges 1994-09-08 20:42:23 +00:00
David MacKenzie
8547b8c4a2 rel 1.112 1994-09-07 15:35:40 +00:00
David MacKenzie
3785192749 remove comments from sed program 1994-09-07 06:21:38 +00:00
David MacKenzie
9c9aca2992 make default CONFIG_SITE work 1994-09-07 05:45:16 +00:00
David MacKenzie
c6ce56db69 support --program* options 1994-09-07 03:06:34 +00:00
David MacKenzie
f46c1ab38b replace some AC_DEFUN calls with define for speed 1994-09-06 14:36:45 +00:00
David MacKenzie
5be1a80cca various little fixes 1994-09-05 20:12:21 +00:00
Roland McGrath
91afa15ab1 (AC_TRY_RUN): Always warn if no cross-compile default is given. [by djm]
(AC_OUTPUT_FILES): Write CONFIG_FILES defn unquoted, so $1 can contain
references to shell variables in configure.
1994-09-03 23:46:58 +00:00
David MacKenzie
7a6a0d2993 removed dnls, fixed bugs, added autoheader.m4f 1994-09-01 04:59:32 +00:00
David MacKenzie
5863774fc7 add freezing to autoheader 1994-08-30 20:24:50 +00:00
David MacKenzie
9e9ace2ce5 diversions revision, 1.109 1994-08-30 18:42:54 +00:00
David MacKenzie
611bda3d8b quoting change 1994-08-30 01:30:23 +00:00
David MacKenzie
3adf655388 new revisions 1994-08-29 01:49:51 +00:00
David MacKenzie
e02ead7e08 more doc reordering, links bug fix 1994-08-28 22:40:40 +00:00
David MacKenzie
697fe9e8d9 doc cleanups 1994-08-28 00:24:09 +00:00
David MacKenzie
e7552c2a63 minor stuff 1994-08-27 07:01:13 +00:00
David MacKenzie
479d6ceeb0 tweaks for error handling 1994-08-27 01:27:32 +00:00
David MacKenzie
933fd18705 various fixes 1994-08-26 22:27:25 +00:00
David MacKenzie
f26976e87a remove exit 0 1994-08-26 07:08:24 +00:00
David MacKenzie
642b5b87a2 bump version number 1994-08-26 06:17:48 +00:00
David MacKenzie
68a5c238ce make AC_CANONICAL_HOST independent. 1994-08-26 04:59:03 +00:00
David MacKenzie
db5d3a6e73 add notes to manual 1994-08-26 01:15:45 +00:00
David MacKenzie
7ec5a7d5f8 fix c++, remove NO_ARG_ARRAY, check for more X libs 1994-08-25 21:55:22 +00:00
David MacKenzie
01b6c57e7b add CPPFLAGS 1994-08-25 19:29:53 +00:00
David MacKenzie
8c1f9ceb4f rework diversions and substitutions 1994-08-25 18:05:45 +00:00
David MacKenzie
d3f2d21c67 add #line, fix AC_SUBST_FILE 1994-08-25 03:45:07 +00:00
David MacKenzie
7179e90edc fix up indexes, remove an old macro 1994-08-24 18:28:20 +00:00
David MacKenzie
f7371685eb rewrite AC_DEFINE 1994-08-24 06:41:01 +00:00
David MacKenzie
69a53ee988 new version 1994-08-23 18:07:04 +00:00
David MacKenzie
8aaede57a9 various small adjustments 1994-08-23 15:04:53 +00:00
David MacKenzie
a30c1ef188 clean up substitutions and bugs 1994-08-23 06:01:14 +00:00
David MacKenzie
0aae456f31 fix dir headers, extend have_funcs,headers 1994-08-13 03:28:38 +00:00
David MacKenzie
18c8136a84 use AC_DEFUN, alphabetize manual 1994-08-13 02:19:11 +00:00
David MacKenzie
db6c43083e fix messages and library checking 1994-08-10 23:54:30 +00:00
David MacKenzie
53b55a54e2 rework test results printing 1994-08-10 16:47:42 +00:00
David MacKenzie
5047ea80b4 support alternate input file names 1994-08-09 18:35:50 +00:00
David MacKenzie
53255065f1 reinforce m4 compilation order 1994-08-09 16:21:46 +00:00
David MacKenzie
105ce08b51 various fixes 1994-08-09 14:46:16 +00:00
David MacKenzie
cf879be04c fix up dir header check 1994-08-09 13:44:55 +00:00
David MacKenzie
fff7008edd great renaming. gratuitous spacing changes 1994-08-01 13:44:22 +00:00
David MacKenzie
1e2e2ad503 update version numbers 1994-07-22 13:00:29 +00:00
David MacKenzie
1369a20a4a make it work again 1994-07-19 22:14:03 +00:00
David MacKenzie
851b441b35 add new utilities, cache specific macros, document new stuff 1994-07-19 14:44:16 +00:00
David MacKenzie
c62b221691 new stuff 1994-06-22 18:22:34 +00:00
David MacKenzie
bbe8db7901 (AC_OUTPUT, AC_OUTPUT_HEADER): Add an env var
CONFIG_STATUS to allow overriding the name of config.status.
 (AC_TEST_PROGRAM): Add missing newline.
	Always include 'fi' for cross-compiling if.
	From Jim Meyering.
Make default cache file ./config.cache,
	so PATH is not used by "." command.  From Jim Meyering.
Rename some internal macros.
	Give the diversions symbolic names.
	(AC_ARG_ENABLE, AC_ARG_WITH, AC_ENABLE_INTERNAL, AC_WITH_INTERNAL):
	New macros.
	(AC_PARSEARGS): Print --with and --enable help strings.
	(AC_ENABLE, AC_WITH): Make wrappers around _INTERNAL functions.
	Mark obsolete.
	(AC_PREPARE): Execute any saved up --with or --enable code.
1994-05-25 01:21:21 +00:00
Roland McGrath
c7106d2e20 (AC_BINSH): New macro.
(AC_INIT, AC_REVISION): Require AC_BINSH first thing.
1994-05-19 02:11:38 +00:00
David MacKenzie
b41a3f30ad (AC_REVISION): Move quotes around to make it work
again.
Clean up some comments.
1994-05-17 19:26:10 +00:00
David MacKenzie
d889b16f11 Add usage comments before macros that take parameters. 1994-05-10 16:26:54 +00:00
David MacKenzie
9f6eee24eb remove comment 1994-05-10 15:29:16 +00:00
David MacKenzie
803b83006e (AC_PREFIX): Call AC_PROGRAM_PATH instead of
duplicating it.
	(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): If the user set the variable
	in the environment, cache that value.
	(AC_PREPARE, AC_CHECKING, AC_VERBOSE): Use file descriptors 4 and
	5 for checking and results messages.  Idea from metaconfig 3.0.
1994-05-10 15:03:49 +00:00
David MacKenzie
aa134986f6 (AC_TEST_PROGRAM): If no default for
cross-compiling is given, but we are cross-compiling, give an error.
	(AC_PROGRAM_EGREP, AC_TEST_LINK, AC_TEST_PROGRAM, AC_TEST_CPP):
	Don't add an extra blank line after the if-clause.
	(AC_REVISION): Merge AC_DOREV into this macro.
	Rename some macros:
	AC_SYSTEM_TYPE	->	AC_CANON_SYSTEM
	AC_HOST_TYPE	->	AC_CANON_HOST
	AC_TARGET_TYPE	->	AC_CANON_TARGET
	AC_BUILD_TYPE	->	AC_CANON_BUILD
	(AC_OUTPUT): Don't do Cygnus-style magic
	substitutions on prefix and exec_prefix, just initialize and
	substitute them normally.
1994-05-10 01:55:50 +00:00
David MacKenzie
ea1a014480 (AC_HEADER_EGREP): Call AC_PROGRAM_EGREP instead of
duplicating most of it.
1994-05-08 05:15:49 +00:00
David MacKenzie
617d650826 (AC_OUTPUT): If configuring in the source tree,
don't end top_srcdir with "/.".
 (AC_SIZEOF_TYPE): Fatal error if test program fails.
(AC_OUTPUT): Run "./config.status", not "config.status".
	From Kevin Gallagher <kgallagh@spd.dsccc.com>.
1994-05-08 02:30:39 +00:00
David MacKenzie
db2ff00887 Add dnl after AC_PROVIDE,
AC_REQUIRE, and AC_BEFORE calls.
	Use AC_CHECKING and AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:57:01 +00:00
David MacKenzie
e5cb896877 (AC_TEST_LINK): New macro.
(AC_COMPILE_CHECK): Mark obsolete.  Call AC_CHECKING and
	AC_TEST_LINK.
	(AC_PROGRAM_CHECK, AC_PROGRAM_PATH, AC_HAVE_LIBRARY, AC_HEADER_CHECK,
	AC_FUNC_CHECK, AC_SIZEOF_TYPE): Print "checking" messages even if
	using cached values.  Use AC_TEST_LINK instead of AC_COMPILE_CHECK.
1994-05-06 11:18:13 +00:00
David MacKenzie
6ed71e169f (AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Fix nesting in
cache use.
1994-05-06 05:29:48 +00:00
David MacKenzie
c017b4db91 (AC_OUTPUT_CONFIG_SUBDIRS): Adjust relative cache
file paths before passing them to sub-configures.  Omit existing
	--cache-file arguments.
1994-05-06 05:02:43 +00:00
David MacKenzie
08a306f521 Fix various caching problems. 1994-05-06 04:28:17 +00:00
David MacKenzie
57012075a5 (AC_HAVE_LIBRARY): Use cache var lib_foo, not libfoo. 1994-05-06 04:11:34 +00:00
David MacKenzie
07592d2739 (AC_FUNC_CHECK, AC_HEADER_CHECK): Combine redundant
code.  Use AC_CACHE_VAL.
	(AC_SIZEOF_TYPE): Use AC_CACHE_VAL.
1994-05-06 04:05:11 +00:00
David MacKenzie
66c09ddde8 Go back to old way of doing NLS nuisance test. 1994-05-05 15:49:35 +00:00
David MacKenzie
489f2aeef2 Use "yes" and "no" or "" uniformly for boolean
variables' values.  Don't assume default values.
	(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Always set the cache variable
	and use different ones.
1994-05-05 12:47:59 +00:00
David MacKenzie
8154936670 AC_CACHE_USE -> AC_CACHE_VAL.
(AC_HAVE_LIBRARY): Use AC_CACHE_VAL.
1994-05-05 00:33:29 +00:00
David MacKenzie
c6846da0d9 Fix typos in comments. 1994-05-05 00:05:25 +00:00
David MacKenzie
5937ebee52 (AC_REPLACE_FUNCS): Use AC_FUNC_CHECK.
Rearrange general tests into 4 categories:
	Checking for files - fundamental (no caching)
	Checking for files - derived (caching)
	Checking for C features - fundamental (no caching)
	Checking for C features - derived (caching)
1994-05-04 23:43:10 +00:00
David MacKenzie
5cd2c3c7d0 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_CACHE_USE):
New macros.
	(AC_PREPARE): Call AC_CACHE_LOAD.
	(AC_OUTPUT): Call AC_CACHE_SAVE.
	(AC_PARSEARGS): Add --cache-file=FILE option.
	(AC_CONFIG_SUBDIRS): Pass --cache-file to subdirectory configures.

(AC_PROGRAM_CHECK, AC_PROGRAM_PATH): Use AC_CACHE_USE.

(AC_OUTPUT_CONFIG_SUBDIRS): Renamed from
	AC_CONFIG_SUBDIRS.
	(AC_CONFIG_SUBDIRS): Just define AC_SUBDIR_LIST.
	(AC_OUTPUT): Call AC_OUTPUT_CONFIG_SUBDIRS if AC_SUBDIR_LIST is
	defined.
	Make config.status --recheck pass --norecursion to configure.
1994-05-04 22:03:07 +00:00
David MacKenzie
0d30d0638c Make the NLS
nuisance test actually do something.
1994-05-04 14:44:23 +00:00
David MacKenzie
397ae4425b Comment changes. 1994-05-02 23:44:20 +00:00
David MacKenzie
56b6bdcaee (AC_OUTPUT): Change >> to > in sed command. 1994-04-30 13:37:01 +00:00
David MacKenzie
4c24e837db version 1.9.2 1994-04-30 01:49:37 +00:00
David MacKenzie
90fda5b151 (AC_OUTPUT): When doing substitutions on files, if
the file starts with "#!", put the "automatically generated"
	comment on the second line instead of the first.
(AC_CONFIG_AUX, AC_CONFIG_AUX_DEFAULT,
	AC_CONFIG_AUX_DIRS, AC_SYSTEM_TYPE, AC_HOST_TYPE, AC_TARGET_TYPE,
	AC_BUILD_TYPE, AC_SUBST_FILE, AC_MAKE_LINKS, AC_OUTPUT_MAKE_LINKS,
	AC_CONFIG_SUBDIRS): New macros.
(AC_OUTPUT_HEADER): For each file being created,
	munge a copy of conftest.sed rather than the original.
	From brook@trillium.botany.utexas.edu (Brook Milligan).
1994-04-30 01:44:39 +00:00
David MacKenzie
2e8158481e fix typo in comment 1994-04-26 04:29:06 +00:00
David MacKenzie
ce6b54c083 (AC_LANG_C, AC_LANG_CPLUSPLUS): Remove CFLAGS and CXXFLAGS from ac_cpp. 1994-04-26 04:27:14 +00:00
David MacKenzie
d9cf372ee6 Version 1.9. 1994-04-21 23:45:11 +00:00
David MacKenzie
81cbfcefbf (AC_PARSEARGS): Allow . in hostnames. Use string comparison on them.
(AC_HAVE_LIBRARY): namespace cleanup.
1994-04-20 17:27:41 +00:00
David MacKenzie
f02d8eb861 (AC_PARSEARGS): --gas and --x set with_gas and with_x to yes, not 1. 1994-04-20 17:17:47 +00:00
David MacKenzie
6b8e55867c (AC_SIZEOF_TYPE): FIx typo. 1994-04-19 18:39:41 +00:00
David MacKenzie
076b601df3 (AC_SIZEOF_TYPE): Remove second arg, and generate a symbol name automatically. 1994-04-19 03:01:11 +00:00
David MacKenzie
9ac645c96c Call AC_LANG_C in AC_PREPARE, not AC_INIT. 1994-04-16 19:05:27 +00:00
David MacKenzie
56e59c4bac Rename ac_configure_args back to configure_args, since some people
have been using it.
1994-04-15 11:00:32 +00:00
David MacKenzie
509242435d (AC_TEST_CPP): Propogate comment about Coherent lossage into configures. 1994-04-13 21:26:32 +00:00
David MacKenzie
72ba225221 (AC_PARSEARGS): Unknown option is a fatal error. 1994-04-09 22:07:23 +00:00
David MacKenzie
bb4f095526 Remove ac_ prefix from some variables set by options, for consistency
and backward compatibility.
1994-04-09 21:34:23 +00:00
David MacKenzie
e2405f18fd Incr AC_ACVERSION. 1994-04-08 17:47:36 +00:00
David MacKenzie
42531d2703 Add --x-includes, --x-libraries options. Document them and --build,
--host, --target.
1994-04-08 17:26:34 +00:00
David MacKenzie
56453d98d8 (AC_OUTPUT): AC_SUBST top_srcdir. Set it. 1994-04-05 16:45:41 +00:00
David MacKenzie
06f9e6ac0f Add back --no-create option. Make config.status --recheck use it. 1994-04-05 01:29:04 +00:00
David MacKenzie
21fc558d52 (AC_PARSEARGS): --with can take an argument again. 1994-03-31 13:22:23 +00:00
David MacKenzie
2dc83ae174 (AC_PARSEARGS): Add --disable-FEATURE; remove --site. 1994-03-31 01:02:47 +00:00
David MacKenzie
8b5723a3c3 Make multiple non-option args a fatal error. 1994-03-29 00:43:48 +00:00
David MacKenzie
8a94b65cb3 (AC_PARSEARGS): Warn about multiple non-option args. 1994-03-29 00:40:23 +00:00
David MacKenzie
a51f433e13 (AC_PARSEARGS): Rewrite again, using ideas from the GNU libc configure.in.
All options that take an argument set shell variables.
(AC_COMPILE_CHECK): Add `return' in `int' function.
1994-03-28 23:48:26 +00:00
David MacKenzie
ad1842ffb7 (AC_NOTICE): Don't save original args or initialize options here.
(AC_PARSEARGS): Do them here.
(AC_PREPARE): Save a copy of original args here, if it hasn't been
done yet.
1994-03-27 05:44:01 +00:00
David MacKenzie
95138c19d9 Omit obsolete options from usage message.
Quote args to AC_CHECKING that contain m4 variables.
1994-03-27 01:44:38 +00:00
David MacKenzie
f8469c9873 Initialize variables set by options.
(AC_HAVE_HEADERS): Require cpp.
1994-03-26 22:34:54 +00:00
David MacKenzie
d9f8b82b58 Recognize all the Cygnus configure options; warn about other arguments.
Make default value for --with "yes", not "1".
AC_SUBST for prefix and exec_prefix.
(AC_ENABLE): New macro.
1994-03-26 06:32:34 +00:00
David MacKenzie
5da8a17dc0 comment fix 1994-03-24 18:54:06 +00:00
David MacKenzie
664a96a524 (AC_PREREQ): New macro, with some helper macros. 1994-03-24 18:36:13 +00:00
David MacKenzie
7cf557b099 (AC_PARSEARGS): Add --help and --version to configure.
Simplify getting option arguments.  Complain about impossible
host arguments.
(AC_OUTPUT): Add --help and --version to config.status.
1994-03-24 03:41:48 +00:00
Roland McGrath
1c3f6708c4 (AC_CHECKING): Do nothing if $ac_silent is set.
(AC_PARSEARGS): Grok -q/--quiet/--silent and set $ac_silent.
1994-03-23 05:16:11 +00:00
David MacKenzie
a3959e019d (AC_SIZEOF_TYPE): New macro. 1994-03-22 23:28:24 +00:00
David MacKenzie
5ec9a446a5 (AC_CHECKING, AC_VERBOSE, AC_ERROR, AC_WARN): New macros.
Use them where appropriate.
(AC_LANG_C, AC_LANG_CPLUSPLUS): Fix quoting of ac_cpp.
1994-03-22 20:45:36 +00:00
David MacKenzie
c3800f9ea7 (AC_OUTPUT): Don't remove VPATH lines containing colons.
From Jim Meyering (meyering@comco.com).
(AC_LANG_C): Add CFLAGS to ac_cpp.
(AC_LANG_CPLUSPLUS): Add CXXFLAGS to ac_cpp.
1994-03-22 13:44:36 +00:00
David MacKenzie
02de1b387f (AC_LANG_RESTORE): Only emit shell code to change the current language
if it actually changed.
1994-03-20 00:39:50 +00:00
David MacKenzie
c82498449c (AC_PARSEARGS): Check for missing arguments to options. Recognize
--target.  Save the original args before modifying them.
(AC_INIT): Call AC_LANG_C.
(AC_PREPARE): Don't save the original args here (too late).
(AC_LANG_C, AC_LANG_CPLUSPLUS, AC_LANG_SAVE, AC_LANG_RESTORE):
New macros based on work by zoo@aggregate.com (david d zuhn).
(AC_HEADER_EGREP, AC_PROGRAM_EGREP, AC_COMPILE_CHECK,
AC_TEST_PROGRAM, AC_TEST_CPP): Use AC_REQUIRE_CPP and ac_ext and
ac_cpp.
1994-03-19 21:46:09 +00:00
David MacKenzie
a51c9f3f57 Rename another variable. Update copyright for generated script. 1994-03-18 09:35:40 +00:00
David MacKenzie
dc53d27ed1 Shorten sed variable names. Remove bogus changequotes. 1994-03-18 08:18:08 +00:00