* Makefile.in (clean mostlyclean): Missing right paren.
authorJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 06:01:49 +0000 (06:01 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 10 Apr 1993 06:01:49 +0000 (06:01 +0000)
commitc75ff9db206ca0d212255f373db8d94bbf19c3df
treec0721943a8df3023e91e154a464e8ba71cfa7943
parent88013905b6dec43f68ca18ebc50aec04f62b3f44
* Makefile.in (clean mostlyclean): Missing right paren.

        Change `configure' to a mixture of custom code and autoconf stuff.
autoconf can't derive all the information we need, but we'd really
like to be able to take advantage of some of its tests, and its
file-editing facilities.
* configure.in: Renamed from configure.
Quote the sections of shell script we want copied literally to
the configure script.
(compile): Initialize this to make the autoconf macros' code happy.
Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
code to do their jobs.
Use autoconf to produce Makefile and src/config.h.
Remove the Makefile-style comment that autoconf places at the top
of src/config.h.
(config_h_opts): Removed - no longer necessary.
* Makefile.in (configname): Renamed to configuration.
(CONFIG_CFLAGS): Renamed to DEFS.
(CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
get values via autoload @cookies@.
(libsrc_libs): Get this from autoconf.  We used to do nothing
about this.
(${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.

* Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
echo the move-if-change command.
Makefile.in