Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit 31c09d738ce7f47bff9d292996e9489c275e55a1.
Reverting this, since it breaks autogen.sh for me on debian sid.
Failure is: "libtool 2.2 requires autopoint 0.17 or higher" even though
0.17 was found.
|
|
This reverts commit 93b83333aad519c5555156576f0baa3be7b263f3.
Reverting since this fails on a fresh checkout. Also, we shouldn't
depend on possibly translated strings.
|
|
|
|
|
|
since we added it to configure.ac.
|
|
This unbreaks the build in some cases. Fixes bug #582021
|
|
|
|
|
|
|
|
build time an older gettext version will s...
Original commit message from CVS:
Patch by: Cygwin Ports maintainer
<yselkowitz at users dot sourceforge dot net>
* autogen.sh:
* configure.ac:
Require gettext 0.17 because older versions don't mix with libtool
2.2. At build time an older gettext version will still work.
Fixes bug #556091.
|
|
about GNU make extensions being used. We...
Original commit message from CVS:
* autogen.sh:
Add -Wno-portability to the automake parameters to stop warnings
about GNU make extensions being used. We require GNU make in almost
every Makefile anyway.
* configure.ac:
Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
at the same time is required for per target flags.
|
|
Original commit message from CVS:
remove --enable-docs
|
|
Original commit message from CVS:
* autogen.sh:
Add default for new --enable-plugin-docs switch.
* configure.ac:
Use new GST_PLUGIN_DOCS macro to check for pyxml etc.
Fixes #344039.
* docs/Makefile.am:
Use new ENABLE_PLUGIN_DOCS conditional.
|
|
Original commit message from CVS:
* autogen.sh: (CONFIGURE_DEF_OPT):
Darwin's libtoolize is in fact called glibtoolize.
Adding glibtoolize to the list of accepted names for libtoolize.
|
|
Original commit message from CVS:
* autogen.sh:
up required version of automake to 1.7
|
|
Original commit message from CVS:
autoconf for freebsd
|
|
Original commit message from CVS:
autoconf for freebsd
|
|
Original commit message from CVS:
autoconf for freebsd
|
|
Original commit message from CVS:
autoconf for freebsd
|
|
Original commit message from CVS:
autoconf for freebsd
|
|
Original commit message from CVS:
2005-10-10 Andy Wingo <wingo@pobox.com>
* autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
|
|
Original commit message from CVS:
maintenance updates
|
|
location; separate gtk-doc and docbook bits
Original commit message from CVS:
clean up docs build a little; have docdir be an overridable install location; separate gtk-doc and docbook bits
|
|
Original commit message from CVS:
ignore already applied patch
|
|
Original commit message from CVS:
remove patch if autopoint fails
|
|
Original commit message from CVS:
* autogen.sh: Remove call to env, since the buildbot isn't
broken anymore.
|
|
Original commit message from CVS:
* autogen.sh: Add a temporary 'env' to test buildbot problems.
|
|
Original commit message from CVS:
update libtool requirement for latest plugin symbol changes
|
|
Original commit message from CVS:
2004-02-22 Benjamin Otte <otte@gnome.org>
reported by: Padraig O'Briain <padraig.obriain@sun.com>
* autogen.sh:
replace test -e with test -x for mkinstalldirs to be more portable.
(fixes #134816)
|
|
Original commit message from CVS:
up version of gettext
|
|
Original commit message from CVS:
use long options
|
|
Original commit message from CVS:
copy libtool
|
|
Original commit message from CVS:
check out common with right tag
|
|
Original commit message from CVS:
print configure lien
|
|
Original commit message from CVS:
fix doc build
fix autogen
|
|
Original commit message from CVS:
*** empty log message ***
|
|
Original commit message from CVS:
lax gettext requirment
|
|
Original commit message from CVS:
adding i18n
tested with nl, seems to work fine
|
|
Original commit message from CVS:
Remove running configure for cothreads, since it's been removed.
|
|
releases, on in ./autogen.sh configuration. Add ...
Original commit message from CVS:
Add --enable-poisoning option, and make it default to off in normal
releases, on in ./autogen.sh configuration. Add automake17 as a
possible automake name.
|
|
Original commit message from CVS:
Find correct name for libtoolize
|
|
Original commit message from CVS:
Automake-1.5 chokes on gst/Makefile.am, so updating requirement to
1.6.
|
|
Original commit message from CVS:
Remove lines that pull libs/ext/cothreads from CVS
|
|
Original commit message from CVS:
Use -f instead of -e since -e does not work in Solaris /bin/sh.
|
|
"$NOCHECK" in quotes.
Original commit message from CVS:
Fixed if-test in autogen.sh so it works on Solaris. Just needed to surround
"$NOCHECK" in quotes.
|
|
Original commit message from CVS:
Change autoconf_2.52d_check to 2_52 to make bash happy
|
|
Original commit message from CVS:
moving GStreamer from Bash to sh. Patch from Matthias Friedrich <matt@mafr.de>
Using bash is problematic on non-linux plattforms, Matthias use NetBSD.
Matthias message:
I appended the promised fix to autogen.sh and friends. That way, only
plain /bin/sh is needed as it is present on all Unices.
The problems were non-portable pushd/popd functions and the usage of a
'==' comparison which is non-standard in test(1). The standard is '=',
although C programmers never believe it.
|
|
Original commit message from CVS:
run libtoolize in autogen.sh.
remove ltmain.sh from cvs because libtoolize creates it.
let cothread detect tools same as root to fix auto*-x.y case
|
|
Original commit message from CVS:
suggest sane values for autotool programs
|
|
Original commit message from CVS:
for better or worse, make distcheck now passes again
|