X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=e8955bb03990f721eae5a2e7e10869b6635e45b4;hb=5d0dcf5c739ca67551afc683bc76d8fa8998987d;hp=9383e9402e04236d7292964ee735f3cb992261f8;hpb=8b17e919cee63400e6de2c5f699c0a88d226b7e6;p=doldaconnect.git diff --git a/configure.in b/configure.in index 9383e94..e8955bb 100644 --- a/configure.in +++ b/configure.in @@ -7,6 +7,10 @@ AC_PROG_INSTALL AM_GNU_GETTEXT_VERSION(0.12.1) AM_GNU_GETTEXT([external]) + +# Temporary hack to make libtool not check for g++ or g77 +m4_defun([_LT_AC_LANG_CXX_CONFIG], true) +m4_defun([_LT_AC_LANG_F77_CONFIG], true) AM_PROG_LIBTOOL AC_CHECK_LIB(pam, pam_start, , AC_MSG_ERROR([*** must have PAM])) @@ -205,8 +209,10 @@ clients/gnome-trans-applet/Makefile clients/gaim/Makefile include/Makefile include/doldaconnect/Makefile +doc/Makefile po/Makefile.in config/Makefile +contrib/Makefile autopackage/dolcon.apspec autopackage/dcuilib.apspec autopackage/dcguile.apspec