mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 06:20:30 +02:00
* configure.ac: Rename from configure.in. * GUILE-VERSION: Update comments; nfc. * HACKING: Likewise. * guile-readline/configure.ac: Rename from guile-readline/configure.in. * guile-readline/LIBGUILEREADLINE-VERSION: Update comments; nfc. * libguile/__scm.h: Likewise. * libguile/gen-scmconfig.c: Likewise. * libguile/gen-scmconfig.h.in: Likewise.
14 lines
636 B
Bash
14 lines
636 B
Bash
# -*-shell-script-*-
|
|
|
|
# This file contains the shared library versioning information. Right
|
|
# now, for this to work properly, you'll also need to add AC_SUBST
|
|
# calls to the right place in configure.ac, add the right
|
|
# -version-info statement to your Makefile.am, and add a call to
|
|
# source this file from configure.ac. Later we may automate more of
|
|
# this.
|
|
|
|
LIBGUILEREADLINE_MAJOR=17
|
|
LIBGUILEREADLINE_INTERFACE_CURRENT=17
|
|
LIBGUILEREADLINE_INTERFACE_REVISION=3
|
|
LIBGUILEREADLINE_INTERFACE_AGE=0
|
|
LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"
|