Skip to content
Snippets Groups Projects
Commit e70f1b7c authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Move warning flags from autogen.sh to configure.ac

Reviewed-by: iustinp
parent 2a2060ff
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ mkdir -p autotools
${ACLOCAL:-aclocal} -I autotools
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing -Wall -Wno-portability
${AUTOMAKE:-automake} --add-missing
rm -rf autom4te.cache
......@@ -12,7 +12,7 @@ AC_PREREQ(2.59)
AC_INIT(ganeti, gnt_version_full, ganeti@googlegroups.com)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_SRCDIR(configure)
AM_INIT_AUTOMAKE([foreign tar-ustar 1.9])
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability])
AC_SUBST([VERSION_MAJOR], gnt_version_major)
AC_SUBST([VERSION_MINOR], gnt_version_minor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment