File: configure

package info (click to toggle)
fastdep 0.16-13
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 600 kB
  • ctags: 327
  • sloc: cpp: 2,161; ansic: 814; sh: 208; makefile: 123
file content (6 lines) | stat: -rwxr-xr-x 58 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

cd config
rm -f config.me
./configure $@
cd ..