Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3KB

  1. diff --git a/Makefile.in b/Makefile.in
  2. index 3402627..27210f1 100644
  3. --- a/Makefile.in
  4. +++ b/Makefile.in
  5. @@ -401,7 +401,7 @@ EXTRA_DIST = ChangeLog.pre-2-20 ChangeLog.pre-2-18 ChangeLog.pre-2-16 \
  6. gio-2.0-uninstalled.pc.in gio-unix-2.0-uninstalled.pc.in
  7. TEST_PROGS =
  8. AUTOMAKE_OPTIONS = 1.7
  9. -SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
  10. +SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po
  11. DIST_SUBDIRS = $(SUBDIRS) build
  12. bin_SCRIPTS = glib-gettextize
  13. AM_CPPFLAGS = \
  14. diff --git a/configure.in b/configure.in
  15. index b9c3342..e421aa0 100644
  16. --- a/configure.in
  17. +++ b/configure.in
  18. @@ -465,13 +465,6 @@ ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
  19. AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
  20. GLIB_GNU_GETTEXT
  21. -if test "$gt_cv_have_gettext" != "yes" ; then
  22. - AC_MSG_ERROR([
  23. -*** You must have either have gettext support in your C library, or use the
  24. -*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
  25. -])
  26. -fi
  27. -
  28. LIBS="$INTLLIBS $LIBS"
  29. GETTEXT_PACKAGE=glib20
  30. @@ -2682,8 +2675,6 @@ dnl **************************
  31. dnl *** Checks for gtk-doc ***
  32. dnl **************************
  33. -GTK_DOC_CHECK([1.11])
  34. -
  35. AC_ARG_ENABLE(man,
  36. [AC_HELP_STRING([--enable-man],
  37. [regenerate man pages from Docbook [default=no]])],enable_man=yes,