mate-desktop / libmatekbd

Keyboard management library
https://mate-desktop.org
GNU Lesser General Public License v2.1
17 stars 11 forks source link

build: show package name and version in configure summary #73

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

Test:

$ ./autogen.sh --prefix=/usr
<cut>
Configure summary:

    libmatekbd 1.25.0
    =================

    prefix:                       /usr
    exec_prefix:                  ${prefix}
    libdir:                       ${exec_prefix}/lib64
    bindir:                       ${exec_prefix}/bin
    sbindir:                      ${exec_prefix}/sbin
    sysconfdir:                   /etc
    datadir:                      ${datarootdir}
    source code location:         .
    compiler:                     gcc
    cflags:                       -g -O2
    Warning flags:                -Wall -Wmissing-prototypes

Now type `make' to compile libmatekbd