[go: up one dir, main page]

File: config.sh

package info (click to toggle)
lincity 1.13.1-16
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 7,296 kB
  • sloc: ansic: 32,746; sh: 8,578; makefile: 584; perl: 445; yacc: 316; sed: 16
file content (20 lines) | stat: -rwxr-xr-x 497 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
aclocal
automake --add-missing --foreign Makefile
autoconf
autoheader
rm -f config.cache
./configure --prefix=$HOME/lincity

## My solaris box gets messed up dependencies for config.h because of some
## goofy nfs incompatibility.  So I have to do this after doing a make.
## (unfortunately this remakes everything!)
# make
# rm -f stamp-h config.h
# make config.h
# ls -l config.h* stamp-h*
# touch stamp-h.in
# touch config.h.in
# touch stamp-h
# touch config.h
# ls -l config.h* stamp-h*
# make