<div dir="ltr"><div><div><div><div><div><div><div>Doing a fresh build on ubuntu 17.04 with:<br></div>./autogen.sh<br></div>./configure<br></div></div><br></div>I expect the extensions directory to be added to GNUMakefile, but it doesn't. Same procedure for  2.4.1 *does* build the extensions.<br><br></div>Looking into the <a href="http://configure.ac">configure.ac</a>, it seems to boil down to: <br><span style="font-family:monospace,monospace">EXTENSIONS=""<br>if test \<br>        "x$XSLTPROC" != "x" -o \<br>        -e doc/postgis_comments.sql -a \<br>        -e doc/raster_comments.sql;<br><br>then<br>  if test "x$RASTER" = "xraster"; then<br>      AC_MSG_RESULT([enabling PostgreSQL extension support...])<br>      EXTENSIONS=extensions<br>      AC_SUBST([EXTENSIONS])<br>  fi<br>fi</span><br></div><div><br></div><div>This part is the same in 2.4.1 and 2.4.2 and the only thing that I can see that changes the outcome is the removal of <span style="font-family:monospace,monospace">doc/postgis_comments.sql and </span><span style="font-family:monospace,monospace"><span style="font-family:monospace,monospace">doc/raster_comments.sql </span></span><br><span style="font-family:monospace,monospace"><span style="font-family:monospace,monospace"></span></span></div><div>from the 2.4.2 distribution. <br></div><div><br></div><div>Now, since the SQL files were not supposed to be there in the first place (they have been put in .gitignore) it seems that all these years I have been building extensions illegally and free-riding on the distributed comments files (never ran into trouble with it). Is my assumption correct that the pre-2.4.2 configuration was wrong? And that I should fix my setup to build these comments files in order to get extensions back?</div><div><br></div><div>Best,</div><div> Tom<br></div><div><br></div><div><br></div></div>