File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33- support cmake as a build system (ParticleG < particle_g@outlook.com > )
44
5+ - add libreadtags-uninstalled.pc.in.
6+
57# Version 0.3.0
68
79- fix calls to ctype functions (Colomban Wendling < ban@herbesfolles.org > )
Original file line number Diff line number Diff line change @@ -59,5 +59,6 @@ AC_PROG_CC_C99
5959
6060AC_CONFIG_FILES ( [ Makefile
6161 libreadtags.pc
62+ libreadtags-uninstalled.pc
6263 tests/Makefile] )
6364AC_OUTPUT
Original file line number Diff line number Diff line change 1+ abs_top_srcdir=@abs_top_srcdir@
2+ abs_top_builddir=@abs_top_builddir@
3+
4+ prefix=
5+ exec_prefix=
6+ libdir=${abs_top_builddir}
7+ includedir=${abs_top_builddir}
8+
9+ Name: libreadtags Uninstalled
10+ Description: a library for looking up tag entries in tag files (Uninstalled)
11+ Version: @VERSION@
12+ Requires:
13+ Libs: -L${libdir} -lreadtags
14+ Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments