Skip to content

Commit

Permalink
Automake 1.11 and use build/ dir for aux and macros like rest of Redland
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Sep 27, 2010
1 parent 19e3d0e commit d82835b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions configure.ac
Expand Up @@ -27,11 +27,14 @@ AC_INIT([Redland RDF Application Framework bindings], 1.0.11.1, http://bugs.libr
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR(perl/example.pl)
AC_REVISION($Revision$)dnl

AM_INIT_AUTOMAKE([1.7 check-news std-options -Wobsolete -Wportability -Wsyntax -Wunsupported])
AM_CONFIG_HEADER(bindings_config.h)
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_MACRO_DIR(build)
AM_INIT_AUTOMAKE([1.11 check-news std-options -Wobsolete -Wportability -Wsyntax -Wunsupported])
AM_MAINTAINER_MODE

AC_CANONICAL_HOST

dnl Checks for programs.
AM_SANITY_CHECK
AC_PROG_CC
Expand Down

0 comments on commit d82835b

Please sign in to comment.