From 2ae4e9e4073deae048588662b6e33b490c59e188 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 11 Apr 2005 14:14:44 +0000 Subject: configure cleanups git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-1.0-trunk@23 5fd5a299-6ef2-0310-aa18-8b01d7c39d8c --- configure.ac | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index ce2c675..895d0fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,28 +1,22 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. - AC_PREREQ(2.59) AC_INIT([canutils], [1.0.2], [socket-can@pengutronix.de]) AC_CONFIG_HEADERS([include/can_config.h]) -AC_CONFIG_AUX_DIR([config/autoconf]) -AC_CONFIG_MACRO_DIR([config/m4]) AC_CONFIG_SRCDIR([cansend.c]) +AC_CONFIG_MACRO_DIR([config/m4]) +AC_CONFIG_AUX_DIR([config/autoconf]) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AC_PROG_INSTALL # Checks for programs. AC_PROG_CC +AC_PROG_INSTALL AC_PROG_LIBTOOL AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2]) AM_MAINTAINER_MODE -AC_PROG_LIBTOOL -AM_PROG_AS -AC_SUBST(LD) -AM_INIT_AUTOMAKE - # Checks for libraries. -- cgit v1.2.3