Commit e631872f authored by Michael Niedermayer's avatar Michael Niedermayer

configure: create the tests directory like the doc directory

This fixes an issue where the tests directory is not created for out of tree
builds before its needed
Tested-by: 's avatarDave Yeo <daveryeo@telus.net>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 228fded0
...@@ -5722,6 +5722,7 @@ enabled getenv || echo "#define getenv(x) NULL" >> $TMPH ...@@ -5722,6 +5722,7 @@ enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
mkdir -p doc mkdir -p doc
mkdir -p tests
echo "@c auto-generated by configure" > doc/config.texi echo "@c auto-generated by configure" > doc/config.texi
print_config ARCH_ "$config_files" $ARCH_LIST print_config ARCH_ "$config_files" $ARCH_LIST
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment