mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
* configure.in: Added some configuration magic from the Cygnus
distribution.
This commit is contained in:
parent
0a5d3f87e1
commit
8484d069c0
1 changed files with 0 additions and 1 deletions
|
@ -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`
|
opt_subdirs=`cat $srcdir/*/PLUGIN/OPT /dev/null | tsort | xargs echo`
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS($all_subdirs)
|
AC_CONFIG_SUBDIRS($all_subdirs)
|
||||||
existingdirs=
|
|
||||||
for d in $all_subdirs; do
|
for d in $all_subdirs; do
|
||||||
if test -d $srcdir/$d ; then
|
if test -d $srcdir/$d ; then
|
||||||
existingdirs="$existingdirs $d"
|
existingdirs="$existingdirs $d"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue