Skip to content

Commit

Permalink
configure: AC_CONFIG_AUX_DIR is needed to embed in non-library projects
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Aug 18, 2014
1 parent 2880b80 commit 201d210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ AC_INIT(
[0.1],
[luke_libbase58@dashjr.org],
[libbase58])
AC_CONFIG_AUX_DIR([.])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.12 -Wall dist-xz foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down

0 comments on commit 201d210

Please sign in to comment.