mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 16:58:08 +02:00
configure.in: remove AC_CONFIG_AUX_DIR as it makes newer
automakes unhappy. Freedesktop #10028.
This commit is contained in:
parent
a78661f5fe
commit
e10e93faa1
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-02-21 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* configure.in: remove AC_CONFIG_AUX_DIR as it makes newer
|
||||
automakes unhappy. Freedesktop #10028.
|
||||
|
||||
2006-08-16 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* configure.in: Release 0.21
|
||||
|
|
|
|||
|
|
@ -103,7 +103,6 @@ if test x$native_win32 = xyes; then
|
|||
AC_SUBST(GLIB_LIBS)
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
|
||||
AC_CONFIG_AUX_DIR(.)
|
||||
else
|
||||
AC_CONFIG_SUBDIRS(glib-1.2.8)
|
||||
fi # !native_win32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue