Skip to content

Commit

Permalink
configure.ac: Pass foreign option to automake
Browse files Browse the repository at this point in the history
This makes autoreconf not treat the package like a GNU package,
installing COPYING, README etc.
  • Loading branch information
Will Newton committed Dec 11, 2015
1 parent 2f844c6 commit 835362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT([vowpal_wabbit], [8.1.1], [jl@hunch.net], [vowpal_wabbit], [https://github.com/JohnLangford/vowpal_wabbit])
AC_CONFIG_HEADERS(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE([subdir-objects])
AM_INIT_AUTOMAKE([subdir-objects foreign])

AC_CONFIG_MACRO_DIR([acinclude.d])

Expand Down

0 comments on commit 835362b

Please sign in to comment.