diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-04 00:37:18 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-04 00:37:18 +0000 |
commit | 2ebab9ec4a93cf17ab2c781425e13816f1af08e4 (patch) | |
tree | 02016987aeff6a3df31e0387020e559dc0e50b8d /misc/Makefile.am | |
parent | a900108c25f7ad2c215ea563e8c92274b261666b (diff) | |
download | xine-lib-2ebab9ec4a93cf17ab2c781425e13816f1af08e4.tar.gz xine-lib-2ebab9ec4a93cf17ab2c781425e13816f1af08e4.tar.bz2 |
To build xine-lib now from cvs you run: autogen.sh
You would do: autogen.sh <configure flags> or autogen <shortcut>
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with <configure flags> or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.
CVS patchset: 3180
CVS date: 2002/11/04 00:37:18
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r-- | misc/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 851c13bd2..59e46c32e 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,7 +1,6 @@ SUBDIRS = fonts -EXTRA_DIST = autogen.sh \ - build_rpms.sh \ +EXTRA_DIST = build_rpms.sh \ SlackBuild.in \ SlackBuild \ vga.xinefont.gz \ |