mirror of
https://github.com/linux-can/can-utils.git
synced 2026-09-20 14:29:55 +02:00
configure: switch to new libtool-2.0 macro
It's been out for a while now. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
ACLOCAL_AMFLAGS = -I config/m4
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/include \
|
-I$(top_srcdir)/include \
|
||||||
-I$(top_builddir)/include \
|
-I$(top_builddir)/include \
|
||||||
|
|||||||
+2
-8
@@ -1,6 +1,6 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ([2.59])
|
||||||
|
|
||||||
AC_INIT([can-utils],[trunk],[linux-can@vger.kernel.org])
|
AC_INIT([can-utils],[trunk],[linux-can@vger.kernel.org])
|
||||||
AC_CONFIG_SRCDIR([lib.c])
|
AC_CONFIG_SRCDIR([lib.c])
|
||||||
@@ -17,13 +17,7 @@ CFLAGS="${CFLAGS} -Wall"
|
|||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
#
|
#
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
#AM_MISSING_PROG(PERL, perl, $missing_dir)
|
LT_INIT(win32-dll)
|
||||||
# libtool, old:
|
|
||||||
AC_LIBTOOL_WIN32_DLL
|
|
||||||
#AC_LIBTOOL_TAGS([])
|
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
# libtool, new:
|
|
||||||
# LT_INIT(win32-dll)
|
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
|
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
|
||||||
|
|||||||
Reference in New Issue
Block a user