File: autogen.sh

package info (click to toggle)
libkdtree%2B%2B 0.7.1%2Bgit20101123-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 808 kB
  • ctags: 531
  • sloc: cpp: 2,062; sh: 623; python: 543; makefile: 123
file content (20 lines) | stat: -rwxr-xr-x 671 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh -ex

#libtoolize --force &> /dev/null
aclocal
autoheader
automake --add-missing --no-force
autoconf
# To be run by the library users
#exec ./configure $@

# COPYRIGHT --
#
# This file is part of libkdtree++, a C++ template KD-Tree sorting container.
# libkdtree++ is (c) 2004-2007 Martin F. Krafft <libkdtree@pobox.madduck.net>
# and distributed under the terms of the Artistic License 2.0.
# See the ./COPYING file in the source tree root for more information.
#
# THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
# OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.