1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 15:34:47 +02:00

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
+2
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}")"