[geos-commits] r4281 - trunk

Sandro Santilli strk at kbt.io
Thu Oct 27 07:13:56 PDT 2016


Author: strk
Date: 2016-10-27 07:13:56 -0700 (Thu, 27 Oct 2016)
New Revision: 4281

Modified:
   trunk/autogen.sh
Log:
Stop symlinking README.md as README

... now that our Makefile.am is setting the "foreign" option we
don't need that anymore

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2016-10-27 13:47:54 UTC (rev 4280)
+++ trunk/autogen.sh	2016-10-27 14:13:56 UTC (rev 4281)
@@ -67,10 +67,6 @@
    AMOPTS=$AMOPTS" --include-deps";
 fi
 
-# README is needed by libtoolize (and GNU standards)
-echo "* Symlinking README.md to README"
-ln -s README.md README
-
 LTOPTS="--force --copy"
 echo "* Running ${LIBTOOLIZE} (${LIBTOOLIZE_VER})"
 echo "   OPTIONS = ${LTOPTS}"



More information about the geos-commits mailing list