diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index af4081147910..6778b38a4075 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,13 @@ dnl implied. In no event shall the authors be liable for any damages arising dnl from the use of this software. AC_PREREQ([2.71]) -AC_INIT([pkgconf],[2.9.91],[https://github.com/pkgconf/pkgconf/issues/new]) +AC_INIT([pkgconf],[2.9.92],[https://github.com/pkgconf/pkgconf/issues/new]) +AC_MSG_WARN([ +=================================================================== +Autotools support is deprecated and will be removed in pkgconf 3.1. +Please migrate to Meson or Muon. +=================================================================== +]) AC_CONFIG_SRCDIR([cli/main.c]) AC_CONFIG_MACRO_DIR([m4]) AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"]) @@ -80,6 +86,14 @@ AC_CONFIG_FILES([Makefile libpkgconf.pc]) AC_OUTPUT cat << EOF + +=================================================================== +*** WARNING *** +Autotools support is deprecated and will be removed in pkgconf 3.1. +Please migrate to Meson or Muon. +See README.md for instructions on building with Meson or Muon. +=================================================================== + Build configuration: Default personality search paths: ${PERSONALITY_PATH} |
