summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-04-03 05:26:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-04-03 05:26:15 +0000
commitb215047988241418ccbcaa41c07366ea637678c7 (patch)
tree30e9699cc8fe432b1c86cca03fe87c4c4e390f53
parent1f72ace38b1c7575e4ace602975a3e6915716952 (diff)
Use automake config header feature
-rwxr-xr-xbootstrap2
-rw-r--r--configure.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index 019a160f..c9042454 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,2 +1,2 @@
#! /bin/sh
-aclocal && automake --copy --add-missing && autoconf
+aclocal && autoheader && automake --copy --add-missing && autoconf
diff --git a/configure.in b/configure.in
index 60fb7e10..3115ee0e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,12 @@
dnl
dnl $Id$
dnl
-dnl Process this file with autoconf to produce a configure script.
-dnl
AC_PREREQ(2.50)
AC_INIT()
AM_INIT_AUTOMAKE(bluez-utils, 2.6)
+AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE