From bd61189b7733e1304e90881e090342ea2f543924 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:39:48 +0200 Subject: Move nevrax.org to / --- cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.5') diff --git a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.5 b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.5 index 10d71742..aea5f3f0 100644 --- a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.5 +++ b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.5 @@ -3,8 +3,8 @@ code/nelns/acinclude.m4 - diff - 1.11 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/acinclude.m4 between version 1.5 and 1.11

+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code / nelns

Diff for /code/nelns/acinclude.m4 between version 1.5 and 1.11

@@ -21,7 +21,7 @@ - + @@ -45,7 +45,7 @@ - + -- cgit v1.2.1
version 1.5, 2002/01/28 14:40:26
 if test $is_mandatory = "yes" if test $is_mandatory = "yes"
 then then
  
     AC_MSG_CHECKING(for -l$nel_test_lib)     AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])])
     AC_MSG_CHECKING(for -l$nel_test_lib)     AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])])
          
     if test $nel_libraries 
     then 
     else 
         if test "$is_mandatory" = "yes" 
         then 
             AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).]) 
             AC_MSG_ERROR([$chk_message_obj must be installed ().]) 
         else 
             AC_MSG_RESULT(no) 
         fi