# HG changeset patch # User renatofilho # Date 1176816790 -3600 # Node ID 9da7a61f15617a25394f060f14002b1fc2875765 # Parent 3ddc53d45d68cee71096a30cc82b5e561e1e42d3 [svn r560] fixed autogen diff -r 3ddc53d45d68 -r 9da7a61f1561 gmyth-stream/client/INSTALL --- a/gmyth-stream/client/INSTALL Mon Apr 16 20:05:45 2007 +0100 +++ b/gmyth-stream/client/INSTALL Tue Apr 17 14:33:10 2007 +0100 @@ -102,16 +102,16 @@ Installation Names ================== -By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. +By default, `make install' will install the package's files in +`/usr/local/bin', `/usr/local/man', etc. You can specify an +installation prefix other than `/usr/local' by giving `configure' the +option `--prefix=PREFIX'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses -PREFIX as the prefix for installing programs and libraries. -Documentation and other data files still use the regular prefix. +give `configure' the option `--exec-prefix=PREFIX', the package will +use PREFIX as the prefix for installing programs and libraries. +Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular @@ -159,7 +159,7 @@ need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will +use the `--target=TYPE' option to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a diff -r 3ddc53d45d68 -r 9da7a61f1561 gmyth-stream/client/autogen.sh --- a/gmyth-stream/client/autogen.sh Mon Apr 16 20:05:45 2007 +0100 +++ b/gmyth-stream/client/autogen.sh Tue Apr 17 14:33:10 2007 +0100 @@ -16,4 +16,5 @@ echo "You need to install gnome-common from the GNOME CVS" exit 1 } +ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh