File: myAutoreconf.sh

package info (click to toggle)
libgtkdatabox 1%3A0.9.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,488 kB
  • ctags: 2,609
  • sloc: sh: 11,131; ansic: 7,677; makefile: 195; perl: 104; xml: 22
file content (9 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#!/bin/sh

aclocal
libtoolize -c -f --automake
autoheader 
autoconf
automake --add-missing
automake