X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Fconfigure.pm;h=fd1833d5fe1515cc9fcabc74566081a95b2f735d;hb=5f71fbdbffeecff18914fbe523e795a1d7680b47;hp=87a968a5bab4206015890b0b9e07b35097afd3cd;hpb=07b12e72497b3f0e6e53eebab032e92e1f789f0a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/configure.pm b/make/configure.pm index 87a968a5b..fd1833d5f 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -1,7 +1,7 @@ # # InspIRCd -- Internet Relay Chat Daemon # -# Copyright (C) 2013-2019 Sadie Powell +# Copyright (C) 2013-2020 Sadie Powell # Copyright (C) 2012 Robby # Copyright (C) 2007-2008 Craig Edwards # Copyright (C) 2007 Dennis Friis @@ -45,6 +45,7 @@ use constant CONFIGURE_ERROR_PIPE => $ENV{INSPIRCD_VERBOSE} ? '' : '1>/dev/nu our @EXPORT = qw(CONFIGURE_CACHE_FILE CONFIGURE_CACHE_VERSION + CONFIGURE_DIRECTORY cmd_clean cmd_help cmd_update @@ -177,6 +178,7 @@ FLAGS If you have any problems with configuring InspIRCd then visit our IRC channel at irc.inspircd.org #InspIRCd for support. +Packagers: see https://docs.inspircd.org/packaging/ for packaging advice. EOH exit 0; }