X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Falphasort.m4;h=e59aa74e0163f4ba4ab6aac5752184f9638bfbda;hb=466449b04ceeb8c245a7e364f9c2c812a5259c8f;hp=3863f39a03638c15679cb168666f7f7a76f84b81;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/alphasort.m4 b/m4/alphasort.m4 index 3863f39a0..e59aa74e0 100644 --- a/m4/alphasort.m4 +++ b/m4/alphasort.m4 @@ -1,4 +1,4 @@ -# alphasort.m4 serial 1 +# alphasort.m4 serial 2 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -14,8 +14,6 @@ AC_DEFUN([gl_FUNC_ALPHASORT], AC_CHECK_FUNCS([alphasort]) if test $ac_cv_func_alphasort = no; then HAVE_ALPHASORT=0 - AC_LIBOBJ([alphasort]) - gl_PREREQ_ALPHASORT fi ])