File: reconf

package info (click to toggle)
procenv 0.51-0.2%2Bexp2
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 1,484 kB
  • sloc: ansic: 10,899; sh: 4,815; makefile: 118
file content (9 lines) | stat: -rwxr-xr-x 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

mkdir -p config
rm -f config.cache
aclocal -I m4
autoconf
autoheader
automake -a
exit