diff options
author | jbj <devnull@localhost> | 1999-09-06 20:59:39 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-06 20:59:39 +0000 |
commit | d753cdadf734488f5539a53e3898fd3ebc1a4508 (patch) | |
tree | 01ab000ed6d78ab035b2eaaf55199e735e141c30 /aclocal.m4 | |
parent | bc837d1e3f616a7dd2973f25b7ac1d18bfafcb16 (diff) | |
download | librpm-tizen-d753cdadf734488f5539a53e3898fd3ebc1a4508.tar.gz librpm-tizen-d753cdadf734488f5539a53e3898fd3ebc1a4508.tar.bz2 librpm-tizen-d753cdadf734488f5539a53e3898fd3ebc1a4508.zip |
fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)
CVS patchset: 3259
CVS date: 1999/09/06 20:59:39
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index a78a37744..1b0a9925f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -666,9 +666,9 @@ AC_DEFUN(AM_FUNC_ERROR_AT_LINE, # Ulrich Drepper <drepper@cygnus.com>, 1995. # # This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License but which still want to provide support for the GNU gettext -# functionality. Please note that the actual code is *not* freely available. +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. # serial 5 @@ -982,9 +982,9 @@ strdup __argz_count __argz_stringify __argz_next]) # Ulrich Drepper <drepper@cygnus.com>, 1996. # # This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License but which still want to provide support for the GNU gettext -# functionality. Please note that the actual code is *not* freely available. +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. # serial 1 @@ -1030,9 +1030,9 @@ AC_SUBST($1)dnl # Ulrich Drepper <drepper@cygnus.com>, 1995. # # This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU General Public -# License but which still want to provide support for the GNU gettext -# functionality. Please note that the actual code is *not* freely available. +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# Please note that the actual code is *not* freely available. # serial 1 |