17 lines
320 B
Markdown
17 lines
320 B
Markdown
## autoreconf
|
|
|
|
autoreconf --force --install --symlink
|
|
|
|
## `configure`
|
|
|
|
vanlig, på linux.
|
|
|
|
./configure --with-mysql=/usr --sysconfdir=/etc
|
|
|
|
vi burde kanskje komplisere med libmysqlclient statisk,
|
|
sånn at vi slipper avhengigheter mot en spesiell rpmpakke.
|
|
|
|
For å rydde til `configure`-start:
|
|
|
|
make maintainer-clean-am
|