summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar bencollins 2003-07-13 01:27:13 +0000
committerGravatar bencollins 2003-07-13 01:27:13 +0000
commit27d115782e482e5b74c32fa0ec6234582c8baf97 (patch)
tree0a0aea915641a2a74b13f7f8fdc25bb385171ff7 /autogen.sh
parentGenerate and install the pdf in the Debian package. (diff)
Ooops...libtool works a bit different than I thought, but atleast it works
like it is supposed to. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@117 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 2dca5c9..51a4998 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -45,11 +45,6 @@ test $TEST_TYPE $FILE || {
exit 1
}
-if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish "
- echo "to pass any to it, please specify them on the $0 command line."
-fi
-
case $CC in
*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
esac