1995-11-07 04:59:44 +08:00
|
|
|
|
* Makefile.am: New file, based on old Makefile.in.
* acinclude.m4: New file, from old aclocal.m4.
* configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove
shared library handling; now handled by libtool. Replace
AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC,
AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE,
AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT.
* configure.host: Don't set HLDFLAGS, HLDENV, or RPATH_ENVVAR.
* acconfig.h: Mention PACKAGE and VERSION.
* stamp-h.in: New file.
* ldver.c (ld_program_vresion): Set ld_program_version from
VERSION.
* ldgram.y, ldlex.l: Replace VERSION with VERSIONK.
* Makefile.in: Now built with automake.
* aclocal.m4: Now built with aclocal.
* configure, config.in: Rebuild.
1997-08-09 12:54:28 +08:00
|
|
|
/* Name of package. */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
|
|
|
/* Version of package. */
|
|
|
|
#undef VERSION
|
|
|
|
|
1996-08-08 02:43:48 +08:00
|
|
|
/* Whether strstr must be declared even if <string.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_STRSTR
|
|
|
|
|
1995-11-07 04:59:44 +08:00
|
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_FREE
|
1996-08-08 02:43:48 +08:00
|
|
|
|
|
|
|
/* Whether sbrk must be declared even if <unistd.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_SBRK
|
1997-02-14 09:36:24 +08:00
|
|
|
|
|
|
|
/* Whether getenv must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_GETENV
|
1995-11-22 07:32:33 +08:00
|
|
|
@TOP@
|
|
|
|
|
|
|
|
/* Do we need to use the b modifier when opening binary files? */
|
|
|
|
#undef USE_BINARY_FOPEN
|