Skip to content
Snippets Groups Projects

introduce autotools deprecation warning

Merged Martin Lueders requested to merge deprecate_autotools into hotfix-14.1
2 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,3 +54,13 @@ GIT_COMMIT=$hash
@@ -54,3 +54,13 @@ GIT_COMMIT=$hash
AC_SUBST([GIT_COMMIT])
AC_SUBST([GIT_COMMIT])
]
]
)
)
 
 
AC_DEFUN([ACX_PROMPT_USER],
 
[
 
echo ""
 
echo "WARNING: AutoTools are deprecated and will be removed in future."
 
echo "Please, use CMake instead. See cmake/README.md for more information."
 
echo ""
 
echo "Press any key to continue." >&AS_MESSAGE_FD
 
read dummy <&AS_ORIGINAL_STDIN_FD
 
])
 
\ No newline at end of file
Loading