From: Chris Hanson Date: Fri, 8 Dec 2000 21:15:51 +0000 (+0000) Subject: Rewrite makefiles for new regime. X-Git-Tag: 20090517-FFI~3070 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1e52320cd0b6d44479e6fd63650a5f480b9b5715;p=mit-scheme.git Rewrite makefiles for new regime. --- diff --git a/v7/doc/configure.in b/v7/doc/configure.in index 847cd9fb7..54a198bd9 100644 --- a/v7/doc/configure.in +++ b/v7/doc/configure.in @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_REVISION([$Id: configure.in,v 1.2 2000/12/08 21:01:23 cph Exp $]) +AC_REVISION([$Id: configure.in,v 1.3 2000/12/08 21:15:51 cph Exp $]) AC_INIT(ref-manual/scheme.texinfo) AC_PROG_INSTALL @@ -63,4 +63,9 @@ AC_SUBST(psdir) AC_SUBST(INST_TARGETS) +for D in ref-manual sos user-manual; do + test -L ${D}/gfdl.texinfo \ + || (cd ${D}; ${ac_cv_prog_LN_S} ../imail/gfdl.texinfo .) +done + AC_OUTPUT(Makefile imail/Makefile ref-manual/Makefile sos/Makefile user-manual/Makefile)