From 6d6654fd133f39eb66529f43c386c29c92271ea9 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Fri, 24 Jun 2016 22:55:08 +0900 Subject: [PATCH] adding informational configure script --- configure | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 configure diff --git a/configure b/configure new file mode 100755 index 00000000..02d6131c --- /dev/null +++ b/configure @@ -0,0 +1,5 @@ +#!/bin/sh + +echo "Autoconf is an evil piece bloatware encouraging cargo-cult programming." +echo "Make, on the other hand, is a beautiful little prolog for the filesystem." +echo "Just run 'make'."