#!/bin/sh -e
-(autopoint --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have autopoint installed to generate the build system.."
- echo
- exit 1
-}
(autoconf --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have autoconf installed to generate the build system."
-AC_INIT(udev,
- 126,
- kay.sievers@vrfy.org)
-
+AC_INIT([udev],
+ [126],
+ [kay.sievers@vrfy.org])
AC_PREREQ(2.60)
-AC_CONFIG_SRCDIR(udev/udevd.c)
+AC_CONFIG_SRCDIR([udev/udevd.c])
AM_INIT_AUTOMAKE([check-news foreign -Wall 1.9 dist-bzip2])
AC_GNU_SOURCE
AC_DISABLE_STATIC