Add Autogen.sh

svn path=/trunk/mono/; revision=12


Commit migrated from 3ba10d5488
This commit is contained in:
Miguel de Icaza 2001-06-19 06:00:06 +00:00
parent 480e91e545
commit a61d9fe83f
2 changed files with 7 additions and 1 deletions

6
src/mono/autogen.sh Executable file
View File

@ -0,0 +1,6 @@
libtoolize --automake
automake -a
autoheader
aclocal
autoconf
./configure $*

View File

@ -1,6 +1,6 @@
AC_INIT(README)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(mononet, 0.1)
AM_INIT_AUTOMAKE(mono, 0.1)
AM_MAINTAINER_MODE
AC_PROG_CC