File: reconf

package info (click to toggle)
procenv 0.51-0.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,376 kB
  • sloc: ansic: 10,896; sh: 4,815; makefile: 117
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