alias vi to vi + restorecon
[ovirt-node-image.git] / configure.ac
blobaf2cccd5df3ea6911fd80f32aa43acfbb1afaaaf
1 AC_INIT([ovirt-node-image], [1.0.2], [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