From 708758a0b94a2cbe2f1ffb061ff934f140fdacb7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Apr 2004 05:13:53 +0000 Subject: Use automake config header feature --- bootstrap | 2 +- configure.in | 3 +-- 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 3176b1dc..9059aaf6 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-libs, 2.6) +AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit