mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* m4/mpsort.m4 (gl_MPSORT): Remove AC_LIBOBJ invocation. * modules/mpsort (Makefile.am): Augment lib_SOURCES.
25 lines
231 B
Plaintext
25 lines
231 B
Plaintext
Description:
|
|
Sort a vector of pointers to data.
|
|
|
|
Files:
|
|
lib/mpsort.h
|
|
lib/mpsort.c
|
|
m4/mpsort.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_MPSORT
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mpsort.c
|
|
|
|
Include:
|
|
"mpsort.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|