Skip to content
Snippets Groups Projects
Commit ed84d167 authored by Christian Engwer's avatar Christian Engwer
Browse files

warn if your module is still using the symlink

[[Imported from SVN: r5637]]
parent 21cfb648
Branches
Tags
No related merge requests found
......@@ -273,6 +273,7 @@ AC_DEFUN([DUNE_DEV_MODE],[
])
AC_DEFUN([DUNE_SYMLINK],[
AC_MSG_WARN([Module is using the deprecated 'dune' symlink.])
# create symlink for consistent paths even when $(top_srcdir) is not
# called dune/ (if filesystem/OS supports symlinks)
AC_PROG_LN_S
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment