mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Rename configure.in to configure.ac, twice
* 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.
This commit is contained in:
parent
579b604173
commit
7c59f65f81
8 changed files with 11 additions and 11 deletions
2
HACKING
2
HACKING
|
@ -184,7 +184,7 @@ most lenient compiler they can find. :)
|
|||
- If you add code which uses functions or other features that are not
|
||||
entirely portable, please make sure the rest of Guile will still
|
||||
function properly on systems where they are missing. This usually
|
||||
entails adding a test to configure.in, and then adding #ifdefs to your
|
||||
entails adding a test to configure.ac, and then adding #ifdefs to your
|
||||
code to disable it if the system's features are missing.
|
||||
|
||||
- The normal way of removing a function, macro or variable is to mark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue