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 / --- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.1 | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.10&sortby=log | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.11&sortby=author | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.12 | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=author | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=log | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.13&sortby=log | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.14&sortby=log | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.2&sortby=author | 8 ++++---- .../x-cvsweb-markup&only_with_tag=MAIN&rev=1.8&sortby=author | 8 ++++---- .../x-cvsweb-markup&rev=1.11&sortby=author | 8 ++++---- .../x-cvsweb-markup&rev=1.11&sortby=rev | 8 ++++---- .../code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.3 | 8 ++++---- .../x-cvsweb-markup&rev=1.6&sortby=log | 8 ++++---- .../code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.8 | 8 ++++---- 15 files changed, 60 insertions(+), 60 deletions(-) (limited to 'cvs/cvsweb.cgi/code/acinclude.m4?content-type=text') diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.1 b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.1 index 8c981e12..c98ea47d 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.1 +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.1 @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.1 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.1, Mon Jan 7 16:09:52 2002 UTC (5 months, 2 weeks ago) by valignat
Branch: MAIN
@@ -209,7 +209,7 @@ 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
@@ -259,7 +259,7 @@ 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
diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.10&sortby=log b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.10&sortby=log
index 5ecdceaf..6e9d0bdd 100644
--- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.10&sortby=log
+++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.10&sortby=log
@@ -3,8 +3,8 @@
 
 code/acinclude.m4 - view - 1.10
 
-
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.10, Thu Mar 21 10:54:37 2002 UTC (3 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.9: +5 -2 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.11&sortby=author b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.11&sortby=author index 61b10fa0..4b176c7f 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.11&sortby=author +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.11&sortby=author @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.11 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.11, Tue Mar 26 14:37:45 2002 UTC (3 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.10: +3 -3 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12 b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12 index 5a7e0a40..d4cfaeeb 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12 +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12 @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.12 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.12, Fri Mar 29 10:19:10 2002 UTC (2 months, 4 weeks ago) by valignat
Branch: MAIN
Changes since 1.11: +2 -2 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=author b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=author index 7bb00237..e83ad055 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=author +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=author @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.12 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.12, Fri Mar 29 10:19:10 2002 UTC (3 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.11: +2 -2 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=log b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=log index 17f0550b..6d94547b 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=log +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.12&sortby=log @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.12 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.12, Fri Mar 29 10:19:10 2002 UTC (3 months, 1 week ago) by valignat
Branch: MAIN
Changes since 1.11: +2 -2 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.13&sortby=log b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.13&sortby=log index 6393aadd..bcd086ce 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.13&sortby=log +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.13&sortby=log @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.13 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.13, Tue Apr 16 12:01:39 2002 UTC (2 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.12: +28 -1 @@ -214,7 +214,7 @@ 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 @@ -238,7 +238,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.14&sortby=log b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.14&sortby=log index 21fc4a20..43cbf3a4 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.14&sortby=log +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.14&sortby=log @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.14 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.14, Thu Apr 25 17:52:16 2002 UTC (2 months, 1 week ago) by valignat
Branch: MAIN
CVS Tags: georges_v2, HEAD
Changes since 1.13: +4 -1 @@ -214,7 +214,7 @@ 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 @@ -238,7 +238,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.2&sortby=author b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.2&sortby=author index 5bb47d54..c5f439cf 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.2&sortby=author +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.2&sortby=author @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.2 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.2, Tue Jan 8 10:09:35 2002 UTC (5 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.1: +2 -2 @@ -209,7 +209,7 @@ 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 @@ -259,7 +259,7 @@ 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 diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8&sortby=author b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8&sortby=author index 01e14252..d70e4389 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8&sortby=author +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&only_with_tag=MAIN&rev=1.8&sortby=author @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.8 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.8, Mon Feb 18 12:58:38 2002 UTC (4 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.7: +7 -2 @@ -209,7 +209,7 @@ 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 @@ -253,7 +253,7 @@ 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 diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=author b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=author index 28cae7f7..bd04d24a 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=author +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=author @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.11 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.11, Tue Mar 26 14:37:45 2002 UTC (2 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.10: +3 -3 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=rev b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=rev index d4694571..e6645f2e 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=rev +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.11&sortby=rev @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.11 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.11, Tue Mar 26 14:37:45 2002 UTC (2 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.10: +3 -3 @@ -209,7 +209,7 @@ 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 @@ -233,7 +233,7 @@ is_mandatory="$3" if test $is_mandatory = "yes" then -    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed (http://www.nevrax.org).])]) +    AC_CHECK_LIB($nel_test_lib, main,,[AC_MSG_ERROR([$chk_message_obj must be installed ().])]) fi ]) diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.3 b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.3 index d5aed827..3c5a19da 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.3 +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.3 @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.3 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.3, Thu Jan 10 14:33:19 2002 UTC (4 months, 3 weeks ago) by valignat
Branch: MAIN
Changes since 1.2: +16 -8 @@ -209,7 +209,7 @@ 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 @@ -259,7 +259,7 @@ 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 diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.6&sortby=log b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.6&sortby=log index bf5de7e9..6070e74c 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.6&sortby=log +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.6&sortby=log @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.6 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.6, Mon Jan 28 14:59:45 2002 UTC (4 months, 2 weeks ago) by valignat
Branch: MAIN
Changes since 1.5: +6 -1 @@ -209,7 +209,7 @@ 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 @@ -259,7 +259,7 @@ 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 diff --git a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.8 b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.8 index 9bf7d701..13220b1f 100644 --- a/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.8 +++ b/cvs/cvsweb.cgi/code/acinclude.m4?content-type=text/x-cvsweb-markup&rev=1.8 @@ -3,8 +3,8 @@ code/acinclude.m4 - view - 1.8 -
[BACK] Return to acinclude.m4 - CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
+
[BACK] Return to acinclude.m4 + CVS log [TXT][DIR] Up to Nevrax / code

File: Nevrax / code / acinclude.m4 (download)
Revision 1.8, Mon Feb 18 12:58:38 2002 UTC (3 months, 2 weeks ago) by lecroart
Branch: MAIN
Changes since 1.7: +7 -2 @@ -209,7 +209,7 @@ 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 @@ -253,7 +253,7 @@ 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 -- cgit v1.2.1