X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=1b3c22b7063a3e5f7aee1e7a621dc19cbba74db5;hb=e15822c82b3888420187eb32db82554266a6f350;hp=7abd199f9555cf11d313c9ca49b9cd3196f81bed;hpb=5dffad8c9ad6c87521908a999a5aba64f83420ab;p=qemu-sanity-check.git diff --git a/configure.ac b/configure.ac index 7abd199..1b3c22b 100644 --- a/configure.ac +++ b/configure.ac @@ -18,10 +18,6 @@ AC_INIT([qemu-sanity-check],[1.1.3]) AM_INIT_AUTOMAKE([foreign]) -dnl Only used temporarily while the spec file is contained in the -dnl tarball. We will remove this later. -AC_SUBST([RPM_RELEASE],[1]) - dnl Check for basic C environment. AC_PROG_CC_STDC AC_PROG_INSTALL @@ -32,6 +28,8 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) AM_PROG_CC_C_O +AC_CHECK_HEADERS([sys/reboot.h]) + dnl Allow the package to override the default list of qemu binary dnl names which are tried, since this heavily depends on how qemu dnl has been packaged in the downstream distro. @@ -73,7 +71,6 @@ AM_CONDITIONAL([HAVE_POD2MAN], [test "x$POD2MAN" != "xno"]) dnl Produce output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([qemu-sanity-check],[chmod 0555 qemu-sanity-check]) -AC_CONFIG_FILES([Makefile - qemu-sanity-check.spec]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT