File: README.autocf

package info (click to toggle)
libtabe 0.1.8-0.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,156 kB
  • ctags: 14,763
  • sloc: ansic: 41,709; sh: 1,759; makefile: 372
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 ..