Add a note to ./autogen.sh that this is only for devs, not end-users.

[skip ci]
This commit is contained in:
Bram Matthys 2019-08-12 13:44:45 +02:00
parent 2976c488b0
commit 684baf9e59
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -1,4 +1,6 @@
#!/bin/bash
echo "Regenerating 'configure' and headers..."
echo "NOTE: Normally only UnrealIRCd developers run this command!!"
cd "$(dirname "${0}")"