]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
Doc: LM: Mention barcheck warnings in song example; nitpicks.
[lilypond.git] / configure.in
index 10036bbd50a81d958242496772f5c520020edd1b..5177b33a67dc9e49bee7a34dcb9f2610b103b973 100644 (file)
@@ -1,6 +1,8 @@
 dnl configure.in   -*-shell-script-*-
 dnl Process this file with autoconf to produce a configure script.
 
+AC_PREREQ(2.50)
+
 # Bootstrap the init proces.
 AC_INIT
 
@@ -28,12 +30,6 @@ AC_ARG_ENABLE(documentation,
     [DOCUMENTATION=$enableval])
 AC_SUBST(DOCUMENTATION)
 
-gui_b=no
-AC_ARG_ENABLE(gui,
-    [  --enable-gui            compile with experimental GNOME output.  Default: off],
-    [gui_b=$enableval])
-
-
 AC_ARG_WITH(ncsb-dir,
     [  --with-ncsb-dir=DIR     location of Century Schoolbook fonts.],
     [NCSB_DIR=$withval],
@@ -152,10 +148,6 @@ AC_CHECK_FUNCS([chroot fopencookie funopen gettext isinf memmem snprintf vsnprin
 
 STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)
 
-if test "$gui_b" = "yes"; then
-    STEPMAKE_GTK2(gtk+-2.0, REQUIRED, 2.4.0)
-fi
-
 AC_MSG_CHECKING(whether to enable dynamic relocation)
 if test "$reloc_b" = "yes"; then
     AC_DEFINE(ARGV0_RELOCATION)
@@ -174,7 +166,6 @@ HOST_ARCH=`$CC -dumpmachine`
 AC_SUBST(HOST_ARCH)
 
 STEPMAKE_PANGO_FT2(pangoft2, REQUIRED, 1.6.0)
-#STEPMAKE_PANGO(pango, REQUIRED, 1.6.0)
 STEPMAKE_FONTCONFIG(fontconfig, REQUIRED, 2.2.0)
 STEPMAKE_FREETYPE2(freetype2, REQUIRED, 2.1.10)