Skip to content

Commit

Permalink
BUILD: Use aux directory to store autogenerated files
Browse files Browse the repository at this point in the history
And moving the empty config.rpath into the build-aux directory
  • Loading branch information
jjardon authored and DrMcCoy committed Jan 4, 2012
1 parent 92725f9 commit c58f447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ AC_PREREQ([2.65])

AC_INIT([eos],[0.0.1])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])

AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS(config.h)

AM_INIT_AUTOMAKE(eos, 0.0.1)

dnl SDL params to configure
Expand Down

0 comments on commit c58f447

Please sign in to comment.