1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

Don't use AC_CONFIG_MACRO_DIR' in configure.in'.

This commit is contained in:
Ludovic Courtès 2008-08-14 00:13:21 +02:00
parent adacd2dac5
commit be97360245
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-08-14 Ludovic Courtès <ludo@gnu.org>
* configure.in: Remove incorrect and pointless
`AC_CONFIG_MACRO_DIR' invocation. Reported as Gentoo bug
#220339.
2008-08-07 Neil Jerram <neil@ossau.uklinux.net>
* configure.in (SCM_I_GSC_STACK_GROWS_UP): Remove use of

View file

@ -38,7 +38,6 @@ AC_INIT(patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}),[
]),
[bug-guile@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(GUILE-VERSION)
AM_INIT_AUTOMAKE([gnu no-define check-news -Wall -Wno-override])