Merge "autotools: Use newer configure syntax."
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c30edead61
@@ -1,8 +1,8 @@
|
|||||||
# -*- 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.65])
|
AC_PREREQ([2.65])
|
||||||
AC_INIT(data-oss, 1.0.0)
|
AC_INIT([data-oss], [1.0.0])
|
||||||
AM_INIT_AUTOMAKE(data-oss, 1.0.0)
|
AM_INIT_AUTOMAKE
|
||||||
AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-oss.pc)
|
AC_OUTPUT(Makefile rmnetctl/src/Makefile rmnetctl/cli/Makefile data-oss.pc)
|
||||||
AC_CONFIG_SRCDIR([rmnetctl/src/librmnetctl.c])
|
AC_CONFIG_SRCDIR([rmnetctl/src/librmnetctl.c])
|
||||||
#AC_CONFIG_HEADERS([config.h])
|
#AC_CONFIG_HEADERS([config.h])
|
||||||
@@ -11,6 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
PKG_PROG_PKG_CONFIG
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_ARG_WITH(sanitized-headers,
|
AC_ARG_WITH(sanitized-headers,
|
||||||
|
|||||||
Reference in New Issue
Block a user