OSDN Git Service

AM trunk/configure: add a dummy configure file
authornogu <nogu@3964cfc2-352b-0410-b06c-9ff7d3e98643>
Tue, 25 Nov 2008 14:41:05 +0000 (14:41 +0000)
committernogu <nogu@3964cfc2-352b-0410-b06c-9ff7d3e98643>
Tue, 25 Nov 2008 14:41:05 +0000 (14:41 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/cueplot/trunk@898 3964cfc2-352b-0410-b06c-9ff7d3e98643

configure [new file with mode: 0755]

diff --git a/configure b/configure
new file mode 100755 (executable)
index 0000000..4d1fe6a
--- /dev/null
+++ b/configure
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "This program doesn't support autotools."
+echo "Use CMake or qmake instead."