Move flags to the same place they were when cvs2cl was used.
[util-vserver.git] / m4 / changelog.am
index 4a723b7..6107a6d 100644 (file)
@@ -22,7 +22,7 @@ ChangeLog.sed:
 if HAVE_SVN2CL
 ChangeLog:                     Makefile
                                if test "$(srcdir)" = "." -a -d .svn; then      \
-                                       $(SVN2CL) --authors="$(srcdir)/svnusers.map" -o $@;     \
+                                       $(SVN2CL) $(SVN2CL_ALLFLAGS) -o $@;     \
                                fi
 endif