File: autogen.sh

package info (click to toggle)
multisync 0.82-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 17,240 kB
  • ctags: 5,497
  • sloc: ansic: 36,431; sh: 17,141; yacc: 1,377; makefile: 858
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

autoreconf -i -s && ./configure "$@"