From 16aa073855da37d75d0f48e7fbdf92d14ef8c264 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 21 Nov 2012 22:36:34 +0100 Subject: move ooo.lst and download parts to Makefile.fetch Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1184729aff49..b0f7f357d0d1 100644 --- a/configure.ac +++ b/configure.ac @@ -4113,7 +4113,6 @@ if test "$cross_compiling" = "yes"; then config.guess \ config_host.mk.in \ configure \ - ooo.lst.in \ oowintool \ bin/get_config_variables \ solenv/bin/getcompver.awk \ @@ -11196,7 +11195,7 @@ AC_SUBST(WITH_FONTS) # The agfa monotype fonts options seems broken -# there is no assocaited entry in ooo.lst +# there is no assocaited entry in Makefile.fetch # so we do not fetch the dependencies # there is no tie-up with MORE_FONTS, but in dmake mode # without more_fonts that option is meaningless @@ -12575,7 +12574,7 @@ else echo > config_host.mk.last fi -AC_CONFIG_FILES([config_host.mk ooo.lst]) +AC_CONFIG_FILES([config_host.mk]) AC_OUTPUT # touch the config timestamp file -- cgit