File: autogen.sh

package info (click to toggle)
xmlcopyeditor 1.3.1.0-1.1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 24,544 kB
  • sloc: xml: 140,240; cpp: 29,372; sh: 4,925; makefile: 301; sed: 16
file content (10 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export WANT_AUTOCONF_2_5="1"
export WANT_AUTOMAKE_1_7="1"

libtoolize --copy
intltoolize --copy --force
aclocal -I m4
autoconf
automake --add-missing --copy