Skip to content

Commit

Permalink
remove deprecated macros in autotools - fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Feb 6, 2014
1 parent 38931c4 commit ef37176
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AC_CANONICAL_TARGET([])
AC_COPYRIGHT([Copyright (C) Robin Gareus 2006-2012])

AM_INIT_AUTOMAKE(libltc,$VERSION)
AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_HEADERS([src/config.h])

AC_CANONICAL_HOST

Expand All @@ -33,8 +33,6 @@ AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_LN_S
AC_PROG_LIBTOOL
AM_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL

dnl *** misc complier/linker flags ***
Expand Down

0 comments on commit ef37176

Please sign in to comment.