configure.ac: add hints from autoupdate

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/106/head^2
Robert Schwebel 2014-03-19 09:43:43 +01:00 committed by Marc Kleine-Budde
parent 0c4609f54f
commit c503a5bc60
1 changed files with 2 additions and 9 deletions

View File

@ -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.69])
AC_INIT([libsocketcan], [trunk], [bugs@pengutronix.de]) AC_INIT([libsocketcan], [trunk], [bugs@pengutronix.de])
AC_CONFIG_HEADERS([include/libsocketcan_config.h]) AC_CONFIG_HEADERS([include/libsocketcan_config.h])
@ -31,13 +31,7 @@ AC_SUBST(LT_AGE)
# Checks for programs. # Checks for programs.
# #
AC_PROG_CC AC_PROG_CC
dnl AM_MISSING_PROG(PERL, perl, $missing_dir) LT_INIT(win32-dll)
# libtool, old:
AC_LIBTOOL_WIN32_DLL
dnl AC_LIBTOOL_TAGS([])
AC_PROG_LIBTOOL
# libtool, new:
dnl 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])])
@ -80,7 +74,6 @@ AC_HEADER_TIME
# Checks for library functions. # Checks for library functions.
# #
AC_FUNC_MEMCMP AC_FUNC_MEMCMP
AC_TYPE_SIGNAL
AC_FUNC_STAT AC_FUNC_STAT
AC_FUNC_UTIME_NULL AC_FUNC_UTIME_NULL
AC_CHECK_FUNCS([gethostbyaddr gethostbyname gethostname gettimeofday memset mkdir socket utime]) AC_CHECK_FUNCS([gethostbyaddr gethostbyname gethostname gettimeofday memset mkdir socket utime])