move touch fips files for non fips distribution to autogen.sh for cleaner autoconf handling

This commit is contained in:
toddouska
2015-10-14 09:18:05 -07:00
parent d7772dd254
commit 52cdf85e26
3 changed files with 3 additions and 8 deletions

View File

@@ -15,6 +15,9 @@ fi
# If this is a source checkout then call autoreconf with error as well
if test -d .git; then
WARNINGS="all,error"
# touch fips files for non fips distribution
touch ./ctaocrypt/src/fips.c
touch ./ctaocrypt/src/fips_test.c
else
WARNINGS="all"
fi