Use git2cl instead of svn2cl.
[util-vserver.git] / m4 / changelog.am
index 6107a6d..6c8565a 100644 (file)
 ChangeLog.sed:
                                test "$(srcdir)" != "."
 
-if HAVE_SVN2CL
+if HAVE_GIT2CL
 ChangeLog:                     Makefile
-                               if test "$(srcdir)" = "." -a -d .svn; then      \
-                                       $(SVN2CL) $(SVN2CL_ALLFLAGS) -o $@;     \
+                               if test "$(srcdir)" = "." -a -d .git; then      \
+                                       $(GIT2CL) > $@;                         \
                                fi
 endif