File: autogen.sh

package info (click to toggle)
xmlcopyeditor 1.2.0.12-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 20,632 kB
  • ctags: 2,105
  • sloc: xml: 140,240; cpp: 18,875; sh: 10,420; makefile: 154
file content (10 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

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

aclocal
libtoolize --automake --force --copy
automake -a -c
autoconf