From aa4621aec3656d03d209cceffa82b33d3bb3b4fc Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 27 Oct 2016 14:13:56 +0000 Subject: [PATCH] Stop symlinking README.md as README ... now that our Makefile.am is setting the "foreign" option we don't need that anymore git-svn-id: http://svn.osgeo.org/geos/trunk@4281 5242fede-7e19-0410-aef8-94bd7d2200fb --- autogen.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index cea20eba4d..b2950c12a5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -67,10 +67,6 @@ if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then 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}"