From 3c63f16c6f75909470455282b3e0e5d4d7750a5c Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Mar 2018 14:30:45 -0500 Subject: Deprecate xf86bigfontproto Signed-off-by: Adam Jackson --- Makefile.am | 21 --------------------- autogen.sh | 19 ++++--------------- configure.ac | 13 ------------- 3 files changed, 4 insertions(+), 49 deletions(-) delete mode 100644 Makefile.am delete mode 100644 configure.ac diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 194214d..0000000 --- a/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -xf86bigfontdir = $(includedir)/X11/extensions -xf86bigfont_HEADERS = \ - xf86bigfont.h \ - xf86bigfproto.h \ - xf86bigfstr.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xf86bigfontproto.pc - - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL diff --git a/autogen.sh b/autogen.sh index 49d73de..1facbd4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,17 +1,6 @@ -#! /bin/sh +#!/bin/sh -srcdir=`dirname "$0"` -test -z "$srcdir" && srcdir=. +echo "This module has been deprecated. Use xorgproto instead:" +echo "git clone git://anongit.freedesktop.org/git/xorg/proto/xorgproto" -ORIGDIR=`pwd` -cd "$srcdir" - -autoreconf -v --install || exit 1 -cd "$ORIGDIR" || exit $? - -git config --local --get format.subjectPrefix >/dev/null 2>&1 || - git config --local format.subjectPrefix "PATCH xf86bigfontproto" - -if test -z "$NOCONFIGURE"; then - exec "$srcdir"/configure "$@" -fi +exit 1 diff --git a/configure.ac b/configure.ac deleted file mode 100644 index d289bdd..0000000 --- a/configure.ac +++ /dev/null @@ -1,13 +0,0 @@ -AC_PREREQ([2.60]) -AC_INIT([XF86BigFontProto], [1.2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) - -# Require xorg-macros: XORG_DEFAULT_OPTIONS -m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.3) -XORG_DEFAULT_OPTIONS - -AC_CONFIG_FILES([Makefile - xf86bigfontproto.pc]) -AC_OUTPUT -- cgit v1.2.1