1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* configure.in: Added some configuration magic from the Cygnus

distribution.
This commit is contained in:
Mikael Djurfeldt 1996-10-01 02:58:50 +00:00
parent 0a5d3f87e1
commit 8484d069c0

View file

@ -9,7 +9,6 @@ req_subdirs=`cat $srcdir/*/PLUGIN/REQ /dev/null | tsort | xargs echo`
opt_subdirs=`cat $srcdir/*/PLUGIN/OPT /dev/null | tsort | xargs echo`
AC_CONFIG_SUBDIRS($all_subdirs)
existingdirs=
for d in $all_subdirs; do
if test -d $srcdir/$d ; then
existingdirs="$existingdirs $d"