Autoconf mods
commit1bc042c172053238a4c737f9cd2b85ffabcc6969
authorTamas TEVESZ <ice@extreme.hu>
Wed, 31 Mar 2010 02:54:11 +0000 (31 04:54 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 1 Apr 2010 09:40:08 +0000 (1 11:40 +0200)
tree6fecffabbb4149bbcfff866515b2413a6c802c21
parent6bf79945201265dccf62fd1e393f4e062912704c
Autoconf mods

- according to the automake manual, `acinclude.m4' is the old style
  of doing stuff, putting local macros in their own directory is the
  way to go, so move acincluce.m4 to m4/windowmaker.m4
- reflect this in autogen.sh and Makefile.am
- while there, add a `conditionally set cflags' macro from the
  autoconf macro archive
- use this to slightly pump warning levels up if we are on gcc
Makefile.am
autogen.sh
configure.ac
m4/ax_cflags_gcc_option.m4 [new file with mode: 0644]
m4/windowmaker.m4 [moved from acinclude.m4 with 97% similarity]