File: autogen.sh

package info (click to toggle)
python-demgengeo 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,004 kB
  • ctags: 2,158
  • sloc: cpp: 12,532; python: 1,260; makefile: 281; sh: 92
file content (9 lines) | stat: -rwxr-xr-x 457 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Script for generating the autoconf configure script
#
libtoolize --ltdl --force --copy --automake # version >= 1.5.2
aclocal -I m4                               # version >= 1.11 for Python 3, 1.8.2 for Python 2.6-2.7
autoheader                                  # version >= 2.59
automake -a -c                              # version >= 1.11 for Python 3, 1.8.2 for Python 2.6-2.7
autoconf                                    # version >= 2.59