]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Sort and remove duplicate entries in ALL_LIBS
authorWolfgang Stöggl <c72578@yahoo.de>
Thu, 26 Sep 2019 07:27:47 +0000 (09:27 +0200)
committerWolfgang Stöggl <c72578@yahoo.de>
Fri, 27 Sep 2019 08:03:43 +0000 (10:03 +0200)
commit3c041eeacafa5fec9a3219cf0631e13080f1ca1d
tree0bb706bf18624da5cdcc670f7bd85232f095f77b
parent1461afeea992982390341c0484f471b42c7f7b9e
Sort and remove duplicate entries in ALL_LIBS

- So far, configure showed e.g. the following at the end:
Libraries: -lgobject-2.0 -lpng -lm  -ldbi -lglib-2.0  -lpangocairo-1.0
 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo  -lxml2

The variable ALL_LIBS included duplicates resulting from the configure
process and some double spaces.

- Now, ALL_LIBS is sorted and duplicate entries are removed, e.g.:
Libraries: -lcairo -ldbi -lglib-2.0 -lgobject-2.0 -lharfbuzz -lm
 -lpango-1.0 -lpangocairo-1.0 -lpng -lxml2
configure.ac