Skip to content

Commit

Permalink
Add a deprecation warning to ./configure
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Jul 21, 2019
1 parent 6439b58 commit 71f35b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Expand Up @@ -720,6 +720,10 @@ fi
echo
echo ZNC AC_PACKAGE_VERSION configured
echo
echo "The configure script is deprecated and will be removed from ZNC"
echo "in some future version. Use either CMake or the convenience wrapper"
echo "configure.sh which takes the same parameters as configure."
echo
echo "prefix: $prefix"
echo "debug: $DEBUG"
echo "ipv6: $IPV6"
Expand Down

0 comments on commit 71f35b0

Please sign in to comment.