mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-24 03:05:48 +01:00
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
This commit is contained in:
committed by
Carlos R. Mafra
parent
6bf7994520
commit
1bc042c172
@@ -37,6 +37,9 @@ dnl AC_PROG_INSTALL -- already done by AM_INIT_AUTOMAKE
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_GCC_TRADITIONAL
|
||||
|
||||
AX_CFLAGS_GCC_OPTION(-Wall)
|
||||
AX_CFLAGS_GCC_OPTION(-Wextra)
|
||||
|
||||
dnl Platform-specific Makefile setup
|
||||
dnl ================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user