Skip to content

Commit

Permalink
automake does not find all subdirectories automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Oct 5, 1999
1 parent 1877b07 commit 1a4f22e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildconf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ fi
autoheader

# suppress stupid automake warning
automake --add-missing --include-deps $automake_flags 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2
files=`find . -name Makefile.am | sed 's#\.am##' | tr '\n' ' '`


automake --add-missing --include-deps $automake_flags $files 2>&1 | grep -v \$PHP_OUTPUT_FILES >&2


mv configure configure.old 2>/dev/null
Expand Down

0 comments on commit 1a4f22e

Please sign in to comment.