Fix build for libtool 2.2 (or at least for ArchLinux)

(Old svn revision: 5431)
This commit is contained in:
Mike Massonnet 2008-09-22 07:44:15 +00:00
parent ebc74c6247
commit 0b49ad9dfb
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2008-09-22 Mike Massonnet <mmassonnet@xfce.org>
* Fix build for libtool 2.2 (or at least for ArchLinux)
2007-01-17 Nick Schermer <nick@xfce.org>
* Improve configure and make files.

View file

@ -36,6 +36,7 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
AC_PROG_LIBTOOL()
AC_PROG_INTLTOOL()
dnl **********************************