summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2009-03-13 15:59:46 +0100
committerPatrick Ohly <patrick.ohly@gmx.de>2009-03-25 14:43:49 +0100
commitd1a2631e289ce307a7d70b14cb6dd48f0c26219e (patch)
treedb283b03bad5c19b9502fb14912a73f557bf5230 /autogen.sh
parent73afb09d76f2f45fbda612c3db8e2f683521601a (diff)
compilation: fixes + installation of client-test + version bumpsyncevolution-0-9-alpha-2009-03-13
Removed a spurious package check for synthesis which was reintroduced during the recent code cleanup and merging. Fixed compilation with --enable-unit-tests and/or --enable-integration-tests. CPPUnit header files were not included properly. When at least one of these enable options is used, client-test is built as part of the normal "make all" and installed in bindir as part of "make install". The test files go into the docdir.
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 a8bccae1..c556f3ee 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -29,5 +29,5 @@ sed -e "s;@CONFIG_SUBS@;$SUBS;" \
libtoolize -c
aclocal
autoheader
-automake -a -c
+automake -a -c -Wno-portability
autoconf