asynciodebian/masterdebian/stretch-backportsjessie-backportsmsvaproxy-ticketupstream
Last change
on this file since f2d7e3c was
6e0bfd6,
checked in by Paul Querna <chip@…>, 16 years ago
|
- make memcahe optional
- update for 2.1.x branch changes.
- some mucking around with the conf stuff
|
-
Property mode set to
100755
|
File size:
288 bytes
|
Rev | Line | |
---|
[9706fc2] | 1 | #!/bin/sh |
---|
| 2 | # autogen.sh - generates configure using the autotools |
---|
| 3 | # $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $ |
---|
| 4 | libtoolize --force --copy |
---|
| 5 | #libtoolize14 --force --copy |
---|
[6e0bfd6] | 6 | aclocal-1.9 -I m4 |
---|
[9706fc2] | 7 | autoheader |
---|
[6e0bfd6] | 8 | automake-1.9 --add-missing --copy --foreign |
---|
[9706fc2] | 9 | autoconf |
---|
| 10 | rm -rf autom4te.cache |
---|
Note: See
TracBrowser
for help on using the repository browser.