From: Andreas Fink Date: Sun, 13 Jun 2010 10:30:31 +0000 (+0000) Subject: *fix* not possible to include a configure script because it was unversioned before... X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=764ebbbcb822ef7f978cb91cdd1f435cd0c423d4;p=chaz%2Ftint2 *fix* not possible to include a configure script because it was unversioned before and makes problems for a svn up --- diff --git a/configure b/configure deleted file mode 100755 index 5561cd7..0000000 --- a/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# This file should be removed for a release, but right now it is here for convenience. -# Everyone who is used to build tint2 with ./configure && make && sudo make install will get this message - -echo "Tint2 has changed the build system to CMake" -echo "See INSTALL or the wiki page for further building instructions" -