File: autogen.sh

package info (click to toggle)
glusterfs 3.0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,188 kB
  • ctags: 10,263
  • sloc: ansic: 126,592; sh: 10,769; makefile: 530; python: 498; yacc: 497; lisp: 124; lex: 74
file content (8 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

aclocal
autoheader
(libtoolize --automake --copy --force || glibtoolize --automake --copy --force)
autoconf
automake --add-missing --copy --foreign
cd argp-standalone;./autogen.sh