Rewrite makefiles for new regime.
authorChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 21:15:51 +0000 (21:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 21:15:51 +0000 (21:15 +0000)
v7/doc/configure.in

index 847cd9fb75f79d378856f9ec65d78f3f0eb3ea37..54a198bd9232cd9d015fe5068be9720629fcb054 100644 (file)
@@ -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)