configure.in: remove AC_CONFIG_AUX_DIR as it makes newer

automakes unhappy.  Freedesktop #10028.
This commit is contained in:
Tollef Fog Heen 2007-02-21 22:05:06 +01:00
parent a78661f5fe
commit e10e93faa1
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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