From: Andrew Gaul Date: Sun, 14 Jul 2019 04:54:50 +0000 (-0700) Subject: Update references to non-existent configure.in X-Git-Tag: VALGRIND_3_16_0~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a36cb13b1d0979167bd9ed4d643f0bc279a767;p=thirdparty%2Fvalgrind.git Update references to non-existent configure.in --- diff --git a/docs/xml/manual-writing-tools.xml b/docs/xml/manual-writing-tools.xml index 7a2fc0dfdd..63bc197af7 100644 --- a/docs/xml/manual-writing-tools.xml +++ b/docs/xml/manual-writing-tools.xml @@ -125,7 +125,7 @@ top-level directory valgrind/. - Edit configure.in, adding + Edit configure.ac, adding foobar/Makefile and foobar/tests/Makefile to the AC_OUTPUT list. @@ -562,14 +562,14 @@ Valgrind; it's a bit fragile but can usually be made to work. foobar/, you will need to add an appropriate Makefile.am to it, and add a corresponding entry to the AC_OUTPUT -list in configure.in. +list in configure.ac. If you add any scripts to your tool (see Cachegrind for an example) you need to add them to the bin_SCRIPTS variable in foobar/Makefile.am and possible also to the AC_OUTPUT list in -configure.in. +configure.ac.