From ac564be451362c738a89ff742b84408cfd2e704b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Nov 2006 20:01:48 +0000 Subject: [PATCH] * bootstrap (runtime-po/Makevars): Derive from po/Makevars instead of from the template, to simplify configuration a bit. * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4 and m4/wint_t.m4, as they are needed with the latest gnulib. --- ChangeLog | 7 +++++++ bootstrap | 15 +++++---------- bootstrap.conf | 2 -- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4fb9918..1a7d9090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-08 Paul Eggert + + * bootstrap (runtime-po/Makevars): Derive from po/Makevars + instead of from the template, to simplify configuration a bit. + * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4 + and m4/wint_t.m4, as they are needed with the latest gnulib. + 2006-10-31 Joel E. Denny Disable unset/unused mid-rule value warnings by default, and recognize diff --git a/bootstrap b/bootstrap index 07f2460a..238873e3 100755 --- a/bootstrap +++ b/bootstrap @@ -475,18 +475,13 @@ sed ' ' po/Makevars.template >po/Makevars if test -d runtime-po; then - # Similarly for runtime-po/Makevars, but not quite the same. + # Likewise for runtime-po/Makevars, except also change a few other parameters. rm -f runtime-po/Makevars sed ' - /^DOMAIN *=.*/s/=.*/= '"$package"'-runtime/ - /^subdir *=.*/s/=.*/= runtime-po/ - /^MSGID_BUGS_ADDRESS *=/s/=.*/= bug-'"$package"'@gnu.org/ - /^XGETTEXT_OPTIONS *=/{ - s/$/ \\/ - a\ - '"$XGETTEXT_OPTIONS_RUNTIME"' $${end_of_xgettext_options+} - } - ' runtime-po/Makevars + s/^\(DOMAIN\) *=.*/\1 = '"$package"'-runtime/ + s/^\(subdir\) *=.*/\1 = runtime-po/ + s/^\(XGETTEXT_OPTIONS\) *=.*/\1 = '"$XGETTEXT_OPTIONS_RUNTIME"'/ + ' runtime-po/Makevars # Copy identical files from po to runtime-po. (cd po && cp -p Makefile.in.in *-quot *.header *.sed *.sin ../runtime-po) diff --git a/bootstrap.conf b/bootstrap.conf index 28e1894b..0bc4e54e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -47,7 +47,6 @@ XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\ # Gettext supplies these files, but we don't need them since # we don't have an intl subdirectory. excluded_files=' - m4/codeset.m4 m4/glibc2.m4 m4/glibc21.m4 m4/intdiv0.m4 @@ -62,6 +61,5 @@ excluded_files=' m4/uintmax_t.m4 m4/ulonglong.m4 m4/visibility.m4 - m4/wint_t.m4 m4/xsize.m4 ' -- 2.45.2