Converted to Texinfo conditionals; no longer need M4.
[deliverable/binutils-gdb.git] / gas / doc / configure.in
index 69833cbfebf735c796d26d2ceb75e2a3173aed78..8fe48a93b3f542973aa30ba87d4cdf90e35d1ebf 100644 (file)
 # appropriate for this directory.  For more information, check any
 # existing configure script.
 
-srctrigger=all.m4
+srctrigger=as.texinfo
 srcname="gas doc"
 
 # per-host:
 
 # per-target:
 
-# Make this link, so the Makefile's as-${CONFIG} references can all work,
-# while we only keep as-all.texinfo in the source tree.
-
-cfgs="all a29k a29k-coff gen h8 z8000 i80386 m680x0 sparc vax vintage"
 files=""
-if [ $srcdir != "." ] && [ `cd $srcdir ; pwd` != `pwd` ]; then
-  for cfg in $cfgs ; do
-    if [ -r $srcdir/as-$cfg.texinfo ]; then
-      files="$files as-$cfg.texinfo"
-    fi
-  done
-fi
-links="$files"
+links=""
 
 # end of gas/doc/configure.in
This page took 0.024784 seconds and 4 git commands to generate.