summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-11-03 17:03:48 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-11-03 17:03:48 +0000
commit16f6c417c9f877ccb6b40fc3dd87b831a7761797 (patch)
treecea604f5c8863c2112904af82cea4b531a70b626 /autogen.sh
parentce8c9c5544e5ea4eae5757b21a279a604ce6332e (diff)
Detailed documentation on how to use the StartTLS extension.
Handle StarTLS events. Fixed some compiler warnings.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8a25f54..dab68d0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,5 @@
aclocal \
&& automake --gnu --add-missing \
&& autoconf \
-&& ./configure --enable-maintainer-mode
+&& CFLAGS="-Wall -pedantic -g" ./configure --enable-maintainer-mode