/[Apache-SVN]/subversion/trunk/autogen.sh
ViewVC logotype

Diff of /subversion/trunk/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- subversion/trunk/autogen.sh	2020/12/18 14:23:03	1884609
+++ subversion/trunk/autogen.sh	2020/12/18 15:32:35	1884610
@@ -51,6 +51,17 @@ while test $# != 0; do
       ;;
   esac
 done
+
+# Generate aclocal.m4
+cp -f aclocal.m4.in aclocal.m4
+if test -n "$RELEASE_MODE"; then
+  cat <<EOF >>aclocal.m4
+
+# Generated by 'autogen.sh --release'
+AC_DEFUN([SVN_RELEASE_MODE],[1])
+EOF
+fi
+
 # ### The order of parameters is important; buildcheck.sh depends on it and
 # ### we don't want to copy the fancy option parsing loop there. For the
 # ### same reason, all parameters should be quoted, so that buildcheck.sh

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26