summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2005-04-11 14:14:44 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2005-04-11 14:14:44 +0000
commit2ae4e9e4073deae048588662b6e33b490c59e188 (patch)
tree8477c60fba2c94e950c5518854ca6fb3f074c620
parentd00cdd9d566fe79dcbaa2133a1ddbfc05420f431 (diff)
downloadcanutils-2ae4e9e4073deae048588662b6e33b490c59e188.tar.gz
canutils-2ae4e9e4073deae048588662b6e33b490c59e188.tar.xz
configure cleanups
git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-1.0-trunk@23 5fd5a299-6ef2-0310-aa18-8b01d7c39d8c
-rw-r--r--configure.ac12
1 files 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.