forked from Lainports/freebsd-ports
This is the pano13 library, part of the Panorama Tools by Helmut Dersch of the University of Applied Sciences Furtwangen. The panorama tools are mainly used to build panoramic images from a set of overlapping images. The usability extends beyond "just" building panoramas by far though. You can, for instance, use them to render an average of multiple images to broaden the dynamic range of the images or average out noise. You can also build object movies with them, morph between images and much more. WWW: http://panotools.sourceforge.net/
30 lines
763 B
Text
30 lines
763 B
Text
--- bootstrap.orig 2006-09-07 21:19:28.000000000 +0300
|
|
+++ bootstrap 2007-10-05 19:29:22.000000000 +0300
|
|
@@ -96,27 +96,3 @@
|
|
$AUTOMAKE --add-missing --copy || exit $?
|
|
|
|
$AUTOCONF || exit $?
|
|
-
|
|
-cd $ORIGDIR || exit $?
|
|
-
|
|
-echo
|
|
-echo "I am going to run ./configure with the following arguments:"
|
|
-echo
|
|
-echo " --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
|
|
-echo
|
|
-
|
|
-if test -z "$*"; then
|
|
- echo "If you wish to pass additional arguments, please specify them "
|
|
- echo "on the $0 command line or set the AUTOGEN_CONFIGURE_ARGS "
|
|
- echo "environment variable."
|
|
- echo
|
|
-fi
|
|
-
|
|
-$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
|
|
-RC=$?
|
|
-if test $RC -ne 0; then
|
|
- echo
|
|
- echo "Configure failed or did not finish!"
|
|
- exit $RC
|
|
-fi
|
|
-
|