PageRenderTime 42ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/configure.ac

#
m4 | 48 lines | 40 code | 6 blank | 2 comment | 0 complexity | 1ced8e57b70ceb000f3262c43922360a MD5 | raw file
  1. dnl Copyright 2005 Red Hat, Inc.
  2. dnl
  3. dnl Permission to use, copy, modify, distribute, and sell this software
  4. dnl and its documentation for any purpose is hereby granted without
  5. dnl fee, provided that the above copyright notice appear in all copies
  6. dnl and that both that copyright notice and this permission notice
  7. dnl appear in supporting documentation, and that the name of Red Hat
  8. dnl not be used in advertising or publicity pertaining to distribution
  9. dnl of the software without specific, written prior permission. Red
  10. dnl Hat makes no representations about the suitability of this software
  11. dnl for any purpose. It is provided "as is" without express or implied
  12. dnl warranty.
  13. dnl
  14. dnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  15. dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
  16. dnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  17. dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  18. dnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  19. dnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  20. dnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  21. dnl
  22. dnl Process this file with autoconf to create configure.
  23. AC_PREREQ([2.57])
  24. AC_INIT([font-bh-ttf], [1.0.3],
  25. [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
  26. [font-bh-ttf])
  27. AM_INIT_AUTOMAKE([foreign dist-bzip2])
  28. AM_MAINTAINER_MODE
  29. # Require xorg-macros: XORG_DEFAULT_OPTIONS
  30. m4_ifndef([XORG_MACROS_VERSION],
  31. [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
  32. XORG_MACROS_VERSION(1.3)
  33. XORG_DEFAULT_OPTIONS
  34. AC_PROG_INSTALL
  35. # Require X.Org's font util macros 1.2 or later
  36. m4_ifndef([XORG_FONT_MACROS_VERSION],
  37. [m4_fatal([must install X.Org font-util 1.2 or later before running autoconf/autogen])])
  38. XORG_FONT_MACROS_VERSION(1.2)
  39. XORG_FONTDIR([TTF])
  40. XORG_FONT_SCALED_UTILS
  41. XORG_FONT_FC_CONFDIR
  42. AC_OUTPUT([Makefile])