Detect correctly configure.in in tool directories.

This commit is contained in:
Jean-Paul Chaput 2018-01-29 20:07:06 +01:00
parent b52717431e
commit c5431990d5
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ EOF
echo "AM_ALLIANCE" >> configure.ac
echo "AM_CONDITIONAL([ALLIANCE_BUILD],[(exit 0)])" >> configure.ac
find $ordered_dirs -name configure.ac | while read config; do
find $ordered_dirs -name configure.in | while read config; do
echo "Scanning $config"
echo "" >> configure.ac
echo "dnl Infos extracted from $config" >> configure.ac