/[pearpc]/autogen.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations)
Thu Sep 6 16:52:57 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: application/x-sh
File size: 220 byte(s)
bootstrap repository code
1 #!/bin/sh
2 # script to prepare PearPC sources
3 aclocal -I . \
4 && autoheader \
5 && automake --add-missing \
6 && autoconf \
7 || exit 1
8
9 echo PearPC sources are now prepared. To build here, run:
10 echo " ./configure"
11 echo " make"

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26