File: myAutoreconf.sh

package info (click to toggle)
libgtkdatabox 1%3A0.9.1.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,616 kB
  • ctags: 987
  • sloc: sh: 9,746; ansic: 6,285; xml: 3,008; makefile: 181
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