diff options
author | Stephan Raue <stephan@openelec.tv> | 2013-01-13 19:21:34 +0100 |
---|---|---|
committer | Stephan Raue <stephan@openelec.tv> | 2013-01-13 19:21:34 +0100 |
commit | 67319ef389d0b664c92fa1753ba2bbdf4257dfbe (patch) | |
tree | 86a6dcc793fd5f959beb6eab15d77c2e5e3f6540 /lib/enca | |
parent | 2d7375361d21073b072617f645b378f2c574e157 (diff) |
[automake] remove long time deprecated automake macros and variables which are removed finally in automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
Diffstat (limited to 'lib/enca')
-rw-r--r-- | lib/enca/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/enca/configure.ac b/lib/enca/configure.ac index e4aad8cc64..41434df192 100644 --- a/lib/enca/configure.ac +++ b/lib/enca/configure.ac @@ -24,7 +24,7 @@ AC_CONFIG_FILES( \ test/Makefile \ tools/Makefile) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.8 gnits check-news dist-bzip2]) AM_ACLOCAL_INCLUDE(m4) AM_MAINTAINER_MODE @@ -40,7 +40,6 @@ AC_GNU_SOURCE AC_AIX AC_ISC_POSIX AC_PROG_LIBTOOL -AM_PROG_CC_STDC AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_LN_S |