diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-20 14:41:17 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-20 14:41:17 +0000 |
commit | 6f65c69728d882e4eff8890aa8ea3d43c40d873b (patch) | |
tree | cac3f26ad8f16168724612ed10b74ee3f85cfccb /libitm/configure | |
parent | b88bf8b166b435ca31b7bf63ce2320cc16e7430f (diff) | |
download | gcc-6f65c69728d882e4eff8890aa8ea3d43c40d873b.tar.gz |
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
Diffstat (limited to 'libitm/configure')
-rw-r--r-- | libitm/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libitm/configure b/libitm/configure index 2e0d73c4cb7..4b547ab84a6 100644 --- a/libitm/configure +++ b/libitm/configure @@ -2844,6 +2844,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... @@ -11778,7 +11779,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11781 "configure" +#line 11782 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11884,7 +11885,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11887 "configure" +#line 11888 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |