Changeset 740a39e in mod_gnutls
- Timestamp:
- May 24, 2005, 7:29:09 PM (18 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 8e33f2d
- Parents:
- 836c2f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
autogen.sh
r836c2f9 r740a39e 1 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 6 aclocal-1.9 -I m4 7 autoheader 8 automake-1.9 --add-missing --copy --foreign 9 autoconf 2 m4/buildconf.py \ 3 --libtoolize \ 4 --aclocal \ 5 --automake \ 6 --autoconf \ 7 --autoheader 8 10 9 rm -rf autom4te.cache
Note: See TracChangeset
for help on using the changeset viewer.