File: autogen.sh

package info (click to toggle)
freetalk 3.2-11
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,804 kB
  • sloc: sh: 4,387; cpp: 3,281; lisp: 1,044; makefile: 133; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash
autopoint -f
aclocal
autoconf
automake --add-missing

echo "Now run ./configure and make"