summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-07-08 02:03:08 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-07-08 02:03:08 +0000
commitb78b8561b26156755db0cf52eb831c3e95aa8ced (patch)
treebd2d5eee84fd8b0da884c3e7fbaf91ac089bc0bf /autogen.sh
parente60042ac302a09c71ec6874fc88556c36205ef9c (diff)
downloadlibgphoto2-b78b8561b26156755db0cf52eb831c3e95aa8ced.tar.gz
added notice about AUTOCONF_SUFFIX and AUTOMAKE_SUFFIX
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4828 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index fdf05f389..d9c314539 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,6 +4,12 @@
# Raph Levien.
# Since then, it has been rewritten quite a lot by misc. people.
+# Call this file with AUTOCONF_SUFFIX and AUTOMAKE_SUFFIX set
+# if you want us to call a specific version of autoconf or automake.
+# E.g. if you want us to call automake-1.6 instead of automake (which
+# seems to be quite advisable if your automake is not already version
+# 1.6) then call this file with AUTOMAKE_SUFFIX set to "-1.6".
+
DIE=0
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.