blob: 0a2df41ad9f097108b516a8e0a4ccd3a1aeee7d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Configure.orig 2020-04-09 14:16:46 UTC
+++ Configure
@@ -7923,7 +7923,7 @@ EOT
file=revision.h
echo " "
echo "Generating $file..." >&4
-bin/svn-revision . $file
+echo '#define REVISION 0' > $file
: add special variables
$test -f $src/patchlevel.h && \
|