Remove -Werror as their are a lot of errors in the configure.ac and Makefile.am
And I won't fix all af these.

--- simulavr-1.0.0/configure.ac	2013-03-17 09:32:36.923146417 +0100
+++ simulavr-1.0.0/configure.ac	2013-03-17 09:32:36.925146398 +0100
@@ -6,7 +6,7 @@
 # common initialisation of autotools
 ####
 AC_INIT([SimulAVR], [1.1dev], [simulavr-devel@nongnu.org])
-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([1.10 -Wall foreign subdir-objects])
 AC_PREREQ([2.61])
 AC_CONFIG_MACRO_DIR([m4])
 AM_MAINTAINER_MODE
