aboutsummaryrefslogtreecommitdiff
path: root/libatomic/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libatomic/configure.ac')
-rw-r--r--libatomic/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/libatomic/configure.ac b/libatomic/configure.ac
index 390e779..164ca8d 100644
--- a/libatomic/configure.ac
+++ b/libatomic/configure.ac
@@ -76,12 +76,13 @@ target_alias=${target_alias-$host_alias}
# no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
# of other PACKAGE_* variables will, however, and there's nothing
# we can do about that; they come from AC_INIT).
+# no-dist: we don't want 'dist' and related rules.
# foreign: we don't follow the normal rules for GNU packages (no COPYING
# file in the top srcdir, etc, etc), so stop complaining.
# -Wall: turns on all automake warnings...
# -Wno-portability: ...except this one, since GNU make is required.
# -Wno-override: ... and this one, since we do want this in testsuite.
-AM_INIT_AUTOMAKE([1.9.0 foreign -Wall -Wno-portability -Wno-override])
+AM_INIT_AUTOMAKE([1.9.0 foreign no-dist -Wall -Wno-portability -Wno-override])
AM_ENABLE_MULTILIB(, ..)
# Calculate toolexeclibdir