2009-12-01 19:44:26 +02:00
|
|
|
AC_INIT([WrapSix], [0.1.99.0], [xhire@mujmalysvet.cz])
|
|
|
|
AM_INIT_AUTOMAKE([-Wall -Werror])
|
|
|
|
AC_PROG_CC
|
2009-12-04 00:05:16 +02:00
|
|
|
AC_CONFIG_FILES([
|
2009-12-01 19:44:26 +02:00
|
|
|
Makefile
|
|
|
|
src/Makefile
|
|
|
|
])
|
2009-12-04 00:05:16 +02:00
|
|
|
|
2012-04-02 15:10:40 +03:00
|
|
|
CFLAGS="-g -ggdb -O0 -pipe -pedantic -Wshadow -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default -Winit-self -Wmissing-include-dirs -Wundef -Waggregate-return -Wmissing-format-attribute -Wnested-externs -Wunsafe-loop-optimizations"
|
2009-12-04 00:05:16 +02:00
|
|
|
|
|
|
|
AC_OUTPUT
|