File: README.autocf

package info (click to toggle)
libtabe 0.2.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,568 kB
  • ctags: 1,782
  • sloc: ansic: 17,454; sh: 9,848; makefile: 268
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 ..