|
@@ -1,9 +1,8 @@ |
|
|
#! /bin/sh |
|
|
#! /bin/sh |
|
|
# $Id$ |
|
|
|
|
|
|
|
|
|
|
|
# bootstrap: generic bootstrap/autogen.sh script for autotools projects |
|
|
# bootstrap: generic bootstrap/autogen.sh script for autotools projects |
|
|
# |
|
|
# |
|
|
# Copyright (c) 2002-2009 Sam Hocevar <sam@hocevar.net> |
|
|
|
|
|
|
|
|
# Copyright (c) 2002-2010 Sam Hocevar <sam@hocevar.net> |
|
|
# |
|
|
# |
|
|
# This program is free software. It comes without any warranty, to |
|
|
# This program is free software. It comes without any warranty, to |
|
|
# the extent permitted by applicable law. You can redistribute it |
|
|
# the extent permitted by applicable law. You can redistribute it |
|
@@ -12,7 +11,7 @@ |
|
|
# http://sam.zoy.org/wtfpl/COPYING for more details. |
|
|
# http://sam.zoy.org/wtfpl/COPYING for more details. |
|
|
# |
|
|
# |
|
|
# The latest version of this script can be found at the following place: |
|
|
# The latest version of this script can be found at the following place: |
|
|
# http://caca.zoy.org/wiki/build |
|
|
|
|
|
|
|
|
# http://caca.zoy.org/wiki/build |
|
|
|
|
|
|
|
|
# Die if an error occurs |
|
|
# Die if an error occurs |
|
|
set -e |
|
|
set -e |
|
|