File: autogen.sh

package info (click to toggle)
qglviewer 1.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,008 kB
  • ctags: 1,536
  • sloc: cpp: 13,320; sh: 7,410; makefile: 220
file content (9 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

rm -f config.cache ltconfig
aclocal -I .
libtoolize --copy --automake
autoheader
autoconf
touch ltconfig
automake --add-missing