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.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.3') diff --git a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.3 b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.3 index 8bd6937e..74cc4cee 100644 --- a/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.3 +++ b/cvs/cvsweb.cgi/code/nelns/acinclude.m4.diff?r1=1.11&r2=1.3 @@ -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.3 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.3 and 1.11

@@ -29,7 +29,7 @@ - + @@ -53,7 +53,7 @@ - + -- cgit v1.2.1
version 1.3, 2002/01/10 14:33:19
 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