<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">The 3.4.0 release build instructions say that before running configure it is necessary to run “./prepare” but the prepare scripts in darshan-runtime and darshan-util are missing.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I saw the contents of the prepare script from 3.3.1 were pretty simple (“aclocal -I ../maint/config && autoheader && autoconf”) so I tried running that in darshan-3.4.0/darshan-util, but then the configure command failed, complaining about
 missing install-sh. <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is on Ubuntu 22.04, automake version 1.16.5.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here’s the output from the aclocal, autoheader, and autoconf:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">$ aclocal -I ../maint/config && autoheader && autoconf<o:p></o:p></p>
<p class="MsoNormal">configure.ac:40: warning: The macro `AC_LANG_C' is obsolete.<o:p></o:p></p>
<p class="MsoNormal">configure.ac:40: You should run autoupdate.<o:p></o:p></p>
<p class="MsoNormal">./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...<o:p></o:p></p>
<p class="MsoNormal">../maint/config/check_bzlib.m4:26: CHECK_BZLIB is expanded from...<o:p></o:p></p>
<p class="MsoNormal">configure.ac:40: the top level<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: warning: Checking for headers with the preprocessor is<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: deprecated. Specify prerequisite code to AC_CHECK_HEADER<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: instead of using fourth argument `-'. (Many headers need<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: no prerequisites. If you truly need to test whether<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: something passes the preprocessor but not the compiler,<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: use AC_PREPROC_IFELSE.)<o:p></o:p></p>
<p class="MsoNormal">./lib/autoconf/headers.m4:115: _AC_CHECK_HEADER_PREPROC is expanded from...<o:p></o:p></p>
<p class="MsoNormal">./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...<o:p></o:p></p>
<p class="MsoNormal">configure.ac:97: the top level<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: warning: Checking for headers with the preprocessor is<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: deprecated. Specify prerequisite code to AC_CHECK_HEADER<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: instead of using fourth argument `-'. (Many headers need<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: no prerequisites. If you truly need to test whether<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: something passes the preprocessor but not the compiler,<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: use AC_PREPROC_IFELSE.)<o:p></o:p></p>
<p class="MsoNormal">./lib/autoconf/headers.m4:115: _AC_CHECK_HEADER_PREPROC is expanded from...<o:p></o:p></p>
<p class="MsoNormal">./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from...<o:p></o:p></p>
<p class="MsoNormal">configure.ac:108: the top level<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here’s the output from configure:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">$ ./configure --prefix=$HOME/sw/darshan<o:p></o:p></p>
<p class="MsoNormal">configure: error: cannot find required auxiliary files: compile missing install-sh<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>