The file is automatically included in the distribution by Automake,
because of an AC_REQUIRE_AUX_FILE invocation. Reported in:
http://savannah.gnu.org/bugs/?48729
* gettext-tools/misc/gettextize.in: Don't add config.rpath to
added_extradist.
func_linkorcopy $file "$gettext_datadir/$file" $file
;;
config.rpath)
- if test -f "$srcdir/$auxdir$file"; then
- :
- else
- added_extradist="$added_extradist $auxdir$file"
- fi
func_linkorcopy $file "$gettext_datadir/$file" "$auxdir$file"
;;
esac