X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmpsort.m4;h=554c2e2a0358dc73efd79cec0fd5953c0c24e70e;hb=8041b27617211a5762e58670b0acf474ffcfa610;hp=c48165fdcf5a03b267872af50d8c2926cfa0d58a;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/mpsort.m4 b/m4/mpsort.m4 index c48165fdc..554c2e2a0 100644 --- a/m4/mpsort.m4 +++ b/m4/mpsort.m4 @@ -1,6 +1,6 @@ # Sort a vector of pointers to data. -# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -9,5 +9,4 @@ AC_DEFUN([gl_MPSORT], [ AC_REQUIRE([AC_C_RESTRICT]) - AC_LIBOBJ([mpsort]) ])