Commit 5818b4b1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

configure.ac update

parent 6ea7fd2f
AC_INIT([libdvbpsi], [2.0.0-git]) AC_INIT([libdvbpsi], [2.0.0-git])
AC_PREREQ([2.50]) AC_PREREQ([2.65])
AC_CONFIG_AUX_DIR([.auto]) AC_CONFIG_AUX_DIR([.auto])
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/dvbpsi.c]) AC_CONFIG_SRCDIR([src/dvbpsi.c])
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
dnl AC_CANONICAL_HOST
AC_PROG_CC AC_PROG_CC
AC_STDC_HEADERS AC_HEADER_STDC
AC_C_INLINE AC_C_INLINE
AM_PROG_CC_C_O AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL dnl AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
LT_INIT([win32-dll])
dnl store CFLAGS from user dnl store CFLAGS from user
CFLAGS_save="${CFLAGS}" CFLAGS_save="${CFLAGS}"
...@@ -147,7 +148,7 @@ fi ...@@ -147,7 +148,7 @@ fi
dnl dnl
dnl Generate Makefiles and other output files dnl Generate Makefiles and other output files
dnl dnl
AC_OUTPUT([Makefile AC_CONFIG_FILES([Makefile
src/Makefile src/Makefile
examples/Makefile examples/Makefile
examples/dvbinfo/Makefile examples/dvbinfo/Makefile
...@@ -155,7 +156,7 @@ AC_OUTPUT([Makefile ...@@ -155,7 +156,7 @@ AC_OUTPUT([Makefile
doc/Makefile doc/Makefile
libdvbpsi.pc libdvbpsi.pc
libdvbpsi.spec]) libdvbpsi.spec])
AC_OUTPUT
echo " echo "
libdvbpsi configuration libdvbpsi configuration
----------------------- -----------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment