but keep backwards compatibility wrt to the GST_CVS variable.
echo "===================================================================="
echo
echo "Language domains updated :$DOMAINS_UPDATED"
- echo "Language domains to cvs add :$DOMAINS_TO_ADD"
+ echo "Language domains to git add :$DOMAINS_TO_ADD"
echo
echo "Source: http://translationproject.org/latest/$PACKAGE/"
echo
if [ -n "$DOMAINS_TO_ADD" ]; then
- CMD_STRING="cvs add"
+ CMD_STRING="git add"
for d in $DOMAINS_TO_ADD; do
CMD_STRING="$CMD_STRING po/$d.po"
done
help:
@echo
@echo "If you are a doc maintainer, run 'make update' to update"
- @echo "the documentation files maintained in CVS"
+ @echo "the documentation files maintained in git"
@echo
@echo Other useful make targets:
@echo
inspect.stamp
# we don't add inspect-build.stamp and scanobj-build.stamp here since they are
-# built manually by docs maintainers and result is commited to CVS
+# built manually by docs maintainers and result is commited to git
DOC_STAMPS = \
scan-build.stamp \
tmpl-build.stamp \
rm -f *~ *.bak
rm -rf .libs
-# company: don't delete .sgml and -sections.txt as they're in CVS
+# company: don't delete .sgml and -sections.txt as they're in git
# FIXME : thomas added all sgml files and some other things to make
# make distcheck work
distclean-local:
])
-dnl This macro requires that GST_CVS is set to yes or no (release)
+dnl This macro requires that GST_GIT or GST_CVS is set to yes or no (release)
AC_DEFUN([AG_GST_ARG_WITH_PACKAGE_NAME],
[
dnl package name in plugins
fi
dnl default value
- if test "x$GST_CVS" = "xyes"
+ if test "x$GST_GIT" = "xyes" -o "x$GST_CVS" = "xyes"
then
dnl nano >= 1
- GST_PACKAGE_NAME="$P CVS/prerelease"
+ GST_PACKAGE_NAME="$P git/prerelease"
else
GST_PACKAGE_NAME="$P source release"
fi
dnl AG_GST_SET_ERROR_CFLAGS([ADD-WERROR])
dnl AG_GST_SET_ERROR_CXXFLAGS([ADD-WERROR])
-dnl AG_GST_SET_LEVEL_DEFAULT([IS-CVS-VERSION])
+dnl AG_GST_SET_LEVEL_DEFAULT([IS-GIT-VERSION])
dnl Sets ERROR_CFLAGS to something the compiler will accept.