From: John Ellson Date: Sun, 6 Nov 2011 15:59:17 +0000 (-0500) Subject: add COPYING (softlink to epl-v10.txt) to avoid warning durint autogen.sh X-Git-Tag: LAST_LIBGRAPH~32^2~608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c7c4376b07b8485f321c7be57cf137be4d5b20b;p=graphviz add COPYING (softlink to epl-v10.txt) to avoid warning durint autogen.sh --- diff --git a/COPYING b/COPYING new file mode 120000 index 000000000..b50823019 --- /dev/null +++ b/COPYING @@ -0,0 +1 @@ +epl-v10.txt \ No newline at end of file diff --git a/autogen.sh b/autogen.sh index 85e4450ca..cb6342fbb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,12 +17,6 @@ autoreconf -v --install --force || exit 1 # otherwise "make dist" fails. touch config/depcomp -# ensure COPYING is based on epl-v10.txt -# epl-v10.txt was obtained from: http://www.eclipse.org/legal/epl-v10.html -# by using lynx to print to .txt. -rm -f COPYING -cp epl-v10.txt COPYING - # don't use any old cache, but create a new one rm -f config.cache ./configure -C "$@"