diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-21 22:36:34 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-27 22:40:22 +0100 |
commit | 16aa073855da37d75d0f48e7fbdf92d14ef8c264 (patch) | |
tree | 214b905ea3ea1c8b1de6366e9d8d05c74eab8241 /configure.ac | |
parent | bec854077c372f32a904e21b818a6639c18671e0 (diff) |
move ooo.lst and download parts to Makefile.fetch
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
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 |