1 AC_INIT([ovirt-node-image], [0.97], [ovirt-devel@redhat.com])
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax])
4 AC_CONFIG_HEADERS([config.h])
6 # If using gcc and default CFLAGS, enable some warnings.
7 test x"$ac_ct_CC:$CFLAGS" = 'xgcc:-g -O2' \
8 && CFLAGS="$CFLAGS -Wshadow -Wall -Werror"
10 AC_CONFIG_FILES([Makefile ovirt-node-image.spec])