File: autogen.sh

package info (click to toggle)
python-demgengeo 1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,000 kB
  • sloc: cpp: 13,449; python: 1,260; makefile: 304; sh: 90
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