Skip to content

Commit

Permalink
cleanup bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Nov 27, 2018
1 parent 9141773 commit ddc643e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions bootstrap.sh
@@ -1,6 +1,3 @@
# $Id$
# $URL$

# bootstrap - script to bootstrap the distribution rolling engine # bootstrap - script to bootstrap the distribution rolling engine


# usage: # usage:
Expand All @@ -21,23 +18,6 @@
automake=automake automake=automake
aclocal=aclocal aclocal=aclocal


# if you want to autogenerate a ChangeLog form svn:
#
# svn2cl, a python script, as used in the GNU Enterprise project.
# By jcater (Jason Cater), contributions by reinhard (Reinhard Müller).
# Get it from
# http://www.gnuenterprise.org/cgi-bin/viewcvs.cgi/*checkout*/gnue/trunk/gnue-common/utils/svn2cl .
# svn2cl is used in Makefile.am too.
#
# (Another svn2cl implementation, in perl, is at
# http://www.contactor.se/~dast/svn/archive-2002-04/0910.shtml)
#
# see also toplevel Makefile.am

# test -f ChangeLog || {
# svn log --verbose > ChangeLog
#}

if $automake --version|head -1 |grep ' 1\.[4-9]'; then if $automake --version|head -1 |grep ' 1\.[4-9]'; then
echo "automake 1.4-1.9 is active. You should use automake 1.10 or later" echo "automake 1.4-1.9 is active. You should use automake 1.10 or later"
if test -f /etc/debian_version; then if test -f /etc/debian_version; then
Expand Down

0 comments on commit ddc643e

Please sign in to comment.