X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=e8955bb03990f721eae5a2e7e10869b6635e45b4;hb=ddb933f1aa1817f5a285bba0a9bda18e00bc30ef;hp=398b02fbaf8a3d6875fa671e98a63dfc023f2e5e;hpb=f4e3c478449ac400b7818c02d91c2673c5739b17;p=doldaconnect.git diff --git a/configure.in b/configure.in index 398b02f..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])) @@ -194,6 +198,7 @@ AC_SUBST([clients extlibs]) AC_OUTPUT([ Makefile autopackage/Makefile +common/Makefile daemon/Makefile lib/Makefile lib/guile/Makefile @@ -203,8 +208,11 @@ clients/gtk2/Makefile 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