From bace8da9ec4fdfcc1034c40d9ec2a8821ea36def Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 17 Sep 2012 17:47:58 +0000 Subject: [PATCH] Merge from trunk, r12964 (partial) and r12983 (3.8.0 release tarball missing some files, #306310). git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_8_BRANCH@12984 --- Makefile.am | 4 +++- README.android | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4dfb8061a1..7e6f1272bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,11 +99,13 @@ EXTRA_DIST = \ README_MISSING_SYSCALL_OR_IOCTL \ README.s390 \ README.android \ + README.android_emulator \ README.mips \ NEWS.old \ valgrind.pc.in \ valgrind.spec.in \ - valgrind.spec + valgrind.spec \ + autogen.sh dist_noinst_SCRIPTS = \ vg-in-place diff --git a/README.android b/README.android index 138f644872..d39a1da604 100644 --- a/README.android +++ b/README.android @@ -77,6 +77,9 @@ export CC=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linu # different if /sdcard doesn't work on the device -- this is # a known cause of difficulties. +# The below re-generates configure, Makefiles, ... +# This is not needed if you start from a release tarball. +# (in any case, the release tarball does not contain the autogen.sh file). ./autogen.sh # for ARM -- 2.47.2