Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure.ac needs subdir-objects #9

Closed
yurivict opened this issue Aug 19, 2016 · 1 comment
Closed

configure.ac needs subdir-objects #9

yurivict opened this issue Aug 19, 2016 · 1 comment
Assignees
Milestone

Comments

@yurivict
Copy link

yurivict commented Aug 19, 2016

I had to add this patch to build on the FreeBSD:

--- configure.ac.orig   2016-08-19 17:27:35 UTC
+++ configure.ac
@@ -7,7 +7,7 @@
 AC_PREREQ(2.59)
 AC_INIT([libchardet], [1.0.5], [http://oops.org])
 AC_CONFIG_AUX_DIR([tools])
-AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override foreign no-dependencies])
+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override foreign no-dependencies subdir-objects])
 AM_MAINTAINER_MODE

 AC_CONFIG_SRCDIR([src/nsUniversalDetector.h])
@Joungkyun Joungkyun self-assigned this Aug 19, 2016
@Joungkyun Joungkyun added this to the 1.0.6 milestone Aug 19, 2016
@Joungkyun
Copy link
Owner

Thanks for your good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants