Skip to content

Commit

Permalink
configure: prevent in-tree build for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cigaes committed Dec 4, 2014
1 parent ab0a348 commit c48b1e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ dnl Configuration pour flrn
dnl Jo.

AC_INIT(src/art_group.c)

if test -e configure; then
echo "In-tree build not recommended until build system is clean."
exit 1
fi

AC_CONFIG_HEADER(src/config.h)

dnl Checks for programs.
Expand Down

0 comments on commit c48b1e6

Please sign in to comment.