root/trunk/autogen.sh

Revision 396, 101 bytes (checked in by des, 3 years ago)

FreeBSD issues have been addressed.

  • Property svn:executable set to *
  • Property svn:keywords set to Id
Line 
1#!/bin/sh
2#
3# $Id$
4#
5
6aclocal
7libtoolize --copy --force
8autoheader
9automake -a -c --foreign
10autoconf
Note: See TracBrowser for help on using the browser.