aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index bd7a15f..c014aee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,8 +10,10 @@ if [ ! -d config ];
then
mkdir config;
fi
-
-WARNINGS="all,error"
-export WARNINGS
+if [ $(uname) != FreeBSD ];
+then
+ WARNINGS="all,error"
+ export WARNINGS
+fi
autoreconf --install --verbose --force