* Makefile.in (@COMMON_MAKEFILE_FRAG): Use

COMMON_{PRE,POST}_CONFIG_FRAG instead.
	* configure.in: sinclude ../common/aclocal.m4.
	* configure: Regenerated.
This commit is contained in:
David Edelsohn 1997-02-04 22:07:50 +00:00
parent cef84fb394
commit ce3189da63
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
dnl Process this file with `autoconf -l ../common' to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
sinclude(../common/aclocal.m4)
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)

View File

@ -1,5 +1,5 @@
dnl Process this file with `autoconf -l ../common' to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
sinclude(../common/aclocal.m4)
AC_PREREQ(2.5)dnl
AC_INIT(Makefile.in)