root/trunk/autogen.sh

Revision 236 (checked in by ralf, 1 year ago)

removed autoheader from autogen.sh

  • Property svn:executable set to
Line 
1 #!/bin/sh
2
3 set -x
4 aclocal -I autoconfig/m4
5 libtoolize --force --copy
6 #autoheader
7 automake --add-missing --copy
8 autoconf
9 cd src
10 xsltproc codegen/mk.xsl codegen/source.xml
11 cd ..
12 ./configure $*
Note: See TracBrowser for help on using the browser.