root/trunk/bootstrap-configure
| Revision 241, 202 bytes (checked in by holtmann, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | if [ -f config.status ]; then |
| 4 | make maintainer-clean |
| 5 | fi |
| 6 | |
| 7 | ./bootstrap && \ |
| 8 | ./configure --enable-maintainer-mode \ |
| 9 | --prefix=/usr \ |
| 10 | --sysconfdir=/etc \ |
| 11 | --enable-glib \ |
| 12 | --enable-apps |
Note: See TracBrowser
for help on using the browser.
