File: README.autocf

package info (click to toggle)
libtabe 0.2.6-1.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,576 kB
  • ctags: 1,777
  • sloc: ansic: 17,458; sh: 9,848; makefile: 273
file content (7 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#!/bin/sh

# To create config.h.in:
	autoheader configure.in > config.h.in

# To create configure:
	autoconf; mv configure ..