X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/900c4146d17198f324372f99c56b982de5459685..e287361d35cef81ceee2b6cf538455d93e8e3beb:/configure.ac diff --git a/configure.ac b/configure.ac index 538452f..6a35936 100644 --- a/configure.ac +++ b/configure.ac @@ -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,7 +7,6 @@ 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_SILENT_RULES([yes])