source: mod_gnutls/autogen.sh @ 2e12226

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change on this file since 2e12226 was 9706fc2, checked in by Paul Querna <chip@…>, 19 years ago

iniail makefiles and license foo

  • Property mode set to 100755
File size: 280 bytes
Line 
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 $
4libtoolize --force --copy
5#libtoolize14  --force --copy
6aclocal -I m4
7autoheader
8automake --add-missing --copy --foreign
9autoconf
10rm -rf autom4te.cache
Note: See TracBrowser for help on using the repository browser.