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 | Index: encodings-1.0.4/configure.ac |
| 15 | =================================================================== |
| 16 | --- encodings-1.0.4.orig/configure.ac 2011-05-17 23:36:19.505095876 +0100 |
| 17 | +++ encodings-1.0.4/configure.ac 2011-05-17 23:54:14.935096128 +0100 |
| 18 | @@ -4,12 +4,12 @@ |
| 19 | AM_INIT_AUTOMAKE([foreign dist-bzip2]) |
| 20 | AM_MAINTAINER_MODE |
| 21 | |
| 22 | -# Require xorg-macros: XORG_DEFAULT_OPTIONS |
| 23 | m4_ifndef([XORG_MACROS_VERSION], |
| 24 | [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) |
| 25 | XORG_MACROS_VERSION(1.3) |
| 26 | -XORG_DEFAULT_OPTIONS |
| 27 | - |
| 28 | +XORG_RELEASE_VERSION |
| 29 | +XORG_CHANGELOG |
| 30 | +XORG_INSTALL |
| 31 | AC_PROG_INSTALL |
| 32 | |
| 33 | # Require X.Org's font util macros 1.2 or later |