Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [configuration] |
| 2 | |
| 3 | XORG_DEFAULT_OPTIONS pulls in the following dependency chains: |
| 4 | |
| 5 | XORG_CWARNFLAGS -> AC_PROG_CC_C99 |
| 6 | XORG_STRICT_OPTION -> AC_PROG_CC_C99, XORG_CWARNFLAGS |
| 7 | XORG_MANPAGE_SECTIONS -> AC_CANONICAL_HOST -> Checks host |
| 8 | |
| 9 | each of which triggers the use of the host compiler. As an "all" |
| 10 | architecture package, it shouldn't need a compiler (and doesn't). |
| 11 | |
| 12 | RP 17/5/2011 |
| 13 | |
| 14 | diff -uNr font-alias-1.0.3.orig//configure.ac font-alias-1.0.3/configure.ac |
| 15 | --- font-alias-1.0.3.orig//configure.ac 2011-05-18 21:29:18.378258643 +0200 |
| 16 | +++ font-alias-1.0.3/configure.ac 2011-05-18 21:32:06.865258593 +0200 |
| 17 | @@ -28,12 +28,12 @@ |
| 18 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 19 | AM_MAINTAINER_MODE |
| 20 | |
| 21 | -# Require xorg-macros: XORG_DEFAULT_OPTIONS |
| 22 | m4_ifndef([XORG_MACROS_VERSION], |
| 23 | [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) |
| 24 | XORG_MACROS_VERSION(1.3) |
| 25 | -XORG_DEFAULT_OPTIONS |
| 26 | - |
| 27 | +XORG_RELEASE_VERSION |
| 28 | +XORG_CHANGELOG |
| 29 | +XORG_INSTALL |
| 30 | AC_PROG_INSTALL |
| 31 | |
| 32 | XORG_FONTROOTDIR |