blob: 82c122e57922fa8cd4c4380596507cd1402a5570 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- admin/cvs.sh.orig 2007-12-16 10:18:48.000000000 +0100
+++ admin/cvs.sh 2007-12-16 10:18:48.000000000 +0100
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /usr/local/bin/bash
#
# cvs.sh
#
@@ -7,6 +7,9 @@
# and then does a case to call the correct function.
unset MAKEFLAGS
+AUTOCONF=autoconf
+AUTOHEADER=autoheader
+AUTOMAKE=automake
call_and_fix_autoconf()
{
|