From 684baf9e5968ee0eb05eeaeb876cc08e9ff03f14 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 12 Aug 2019 13:44:45 +0200 Subject: [PATCH] Add a note to ./autogen.sh that this is only for devs, not end-users. [skip ci] --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 0e71dc795..2bfc13e66 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,6 @@ #!/bin/bash +echo "Regenerating 'configure' and headers..." +echo "NOTE: Normally only UnrealIRCd developers run this command!!" cd "$(dirname "${0}")"