summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-07 21:25:31 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-07 21:25:31 +0000
commit4e4a2d8205c877c3fa1de67e8de54972509b36ae (patch)
treef65344a3affc6995d4471e6c294d286fad97eec9 /autogen.sh
parenta65e8839121f8bac3f4134d327bc93e91a1f7903 (diff)
downloadswig-4e4a2d8205c877c3fa1de67e8de54972509b36ae.tar.gz
update some comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10921 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index de5ded878..97916d9f3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,9 +2,8 @@
# Bootstrap the development environment - add extra files needed to run configure.
# Note autoreconf should do what this file achieves, but it has a bug when working with automake!
-# The latest config.guess and config.sub should be copied into Tools/config and checked into SVN
-# when upgrading the autotools. Otherwise this script will ensure the latest is copied from
-# your autotool installation.
+# The latest config.guess and config.sub should be copied into Tools/config.
+# This script will ensure the latest is copied from your autotool installation.
set -e
set -x