From 6f65c69728d882e4eff8890aa8ea3d43c40d873b Mon Sep 17 00:00:00 2001 From: jakub Date: Thu, 20 Sep 2012 14:41:17 +0000 Subject: PR other/43620 libatomic/ * configure.ac (AM_INIT_AUTOMAKE): Add no-dist. * configure: Regenerate. * Makefile.in: Regenerate. libitm/ * configure.ac (AM_INIT_AUTOMAKE): Add no-dist. * configure: Regenerate. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191565 138bc75d-0d04-0410-961f-82ee72b054a4 --- libatomic/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'libatomic/configure') diff --git a/libatomic/configure b/libatomic/configure index 239bcee4351..75151e25091 100755 --- a/libatomic/configure +++ b/libatomic/configure @@ -2571,6 +2571,7 @@ 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... -- cgit v1.2.1