forked from Lainports/freebsd-ports
18 lines
359 B
Text
18 lines
359 B
Text
--- 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()
|
|
{
|