From: David Edelsohn Date: Tue, 4 Feb 1997 22:07:50 +0000 (+0000) Subject: * Makefile.in (@COMMON_MAKEFILE_FRAG): Use X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce3189da636d855895fc9613c69d87ce27e7e5c6;p=binutils-gdb.git * Makefile.in (@COMMON_MAKEFILE_FRAG): Use COMMON_{PRE,POST}_CONFIG_FRAG instead. * configure.in: sinclude ../common/aclocal.m4. * configure: Regenerated. --- diff --git a/sim/sh/configure.in b/sim/sh/configure.in index f822c9ef364..033b0bc1615 100644 --- a/sim/sh/configure.in +++ b/sim/sh/configure.in @@ -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) diff --git a/sim/v850/configure.in b/sim/v850/configure.in index 7d355afd0a9..033b0bc1615 100644 --- a/sim/v850/configure.in +++ b/sim/v850/configure.in @@ -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)