Disable default root password.
[ovirt-node-image.git] / configure.ac
blobdfbcf578ae071fbdfa41954b36ca42acb10040bc
1 AC_INIT([ovirt-node-image], [0.97], [ovirt-devel@redhat.com])
2 AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax])
3 AC_PROG_CC
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])
11 AC_OUTPUT