]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
Update dxcommon to latest version.
[cdecl99.git] / configure.ac
index 538452ff5c464f1c3b31fa256a6c3e0af34c2c32..3be31270ae2ccd41e0f60d1e12d020116ab57696 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright © 2011 Nick Bowler
+dnl Copyright © 2011-2012 Nick Bowler
 dnl
 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
 dnl This is free software: you are free to do what the fuck you want to.
@@ -7,9 +7,8 @@ dnl There is NO WARRANTY, to the extent permitted by law.
 AC_PREREQ([2.68])
 AC_INIT([cdecl99], [0.1], [nbowler@draconx.ca])
 AC_CONFIG_HEADER([config.h])
-AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects])
 AM_SILENT_RULES([yes])
 
 AC_PROG_CC_C99
@@ -56,7 +55,6 @@ AS_CASE([$with_gsl],
 AM_CONDITIONAL([HAVE_GSL], [test x"$have_gsl" = x"yes"])
 
 AC_CONFIG_FILES([
-       exported.sh
        Makefile
 ])
 AC_OUTPUT