From 1e52320cd0b6d44479e6fd63650a5f480b9b5715 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 8 Dec 2000 21:15:51 +0000 Subject: [PATCH] Rewrite makefiles for new regime. --- v7/doc/configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) -- 2.25.1