Skip to content

Commit

Permalink
WTFindows doesn't support folders named 'aux'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kev009 committed Apr 22, 2011
1 parent da060b7 commit dae53f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Makefile.in
# Check build-aux/.gitignore for the commented stuff
/autom4te.cache
/aclocal.m4
/build/auto/aux/
/build/auto/configaux/
/configure
/config.guess
/config.log
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.64])

AC_INIT([craftd], [0.2-pre], [[email protected]])

AC_CONFIG_AUX_DIR([build/auto/aux])
AC_CONFIG_AUX_DIR([build/auto/configaux])
AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects dist-bzip2])
AC_CONFIG_MACRO_DIR([build/auto/m4])

Expand Down

0 comments on commit dae53f1

Please sign in to comment.