diff options
author | David Nusinow <dnusinow@debian.org> | 2007-02-21 21:17:31 -0500 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2007-02-21 21:17:31 -0500 |
commit | 52df0ecc1cf051a198ba65af76cc3c4b9e28c8d4 (patch) | |
tree | 6d9836e2d856832ddf95609420e38b3b15cc5eb0 /man | |
parent | b94e6a147aee252aaabb49992783eeef42c409e3 (diff) | |
download | xf86-video-ati-frc-52df0ecc1cf051a198ba65af76cc3c4b9e28c8d4.tar.gz xf86-video-ati-frc-52df0ecc1cf051a198ba65af76cc3c4b9e28c8d4.tar.bz2 |
Autoreconf. Fixes FTBFS.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index abb7973..b63a6cb 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -69,7 +69,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = @@ -97,8 +97,6 @@ ATIMISC_CPIO_FALSE = @ATIMISC_CPIO_FALSE@ ATIMISC_CPIO_TRUE = @ATIMISC_CPIO_TRUE@ ATIMISC_DGA_FALSE = @ATIMISC_DGA_FALSE@ ATIMISC_DGA_TRUE = @ATIMISC_DGA_TRUE@ -ATIMISC_NON_PCI_FALSE = @ATIMISC_NON_PCI_FALSE@ -ATIMISC_NON_PCI_TRUE = @ATIMISC_NON_PCI_TRUE@ ATIMISC_TV_OUT_FALSE = @ATIMISC_TV_OUT_FALSE@ ATIMISC_TV_OUT_TRUE = @ATIMISC_TV_OUT_TRUE@ AUTOCONF = @AUTOCONF@ @@ -138,6 +136,7 @@ F77 = @F77@ FFLAGS = @FFLAGS@ FILE_MAN_DIR = @FILE_MAN_DIR@ FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ +GREP = @GREP@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -180,13 +179,9 @@ USE_EXA_TRUE = @USE_EXA_TRUE@ VERSION = @VERSION@ XORG_CFLAGS = @XORG_CFLAGS@ XORG_LIBS = @XORG_LIBS@ -ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ @@ -203,24 +198,31 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ moduledir = @moduledir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -261,9 +263,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --foreign man/Makefile + $(AUTOMAKE) --gnu man/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |