summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03Revert "go back to allowing gettext 0.11.5, but don't mix with libtool 2.2"Tim-Philipp Müller1-2/+1
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.
2009-06-03Revert "only update submodule when it is not on a specific branch"Tim-Philipp Müller1-14/+1
This reverts commit 93b83333aad519c5555156576f0baa3be7b263f3. Reverting since this fails on a fresh checkout. Also, we shouldn't depend on possibly translated strings.
2009-06-03go back to allowing gettext 0.11.5, but don't mix with libtool 2.2Thomas Vander Stichele1-1/+2
2009-06-03only update submodule when it is not on a specific branchThomas Vander Stichele1-1/+14
2009-05-21autogen.sh: can remove the -Wno-portability from here nowTim-Philipp Müller1-1/+1
since we added it to configure.ac.
2009-05-12Run libtoolize before aclocalMarc-Andre Lureau1-1/+1
This unbreaks the build in some cases. Fixes bug #582021
2009-01-30Use a symbolic link for the pre-commit client-side hookEdward Hervey1-3/+3
2009-01-22Install and use pre-commit indentation hook from commonEdward Hervey1-0/+9
2009-01-21autogen.sh : Use git submoduleEdward Hervey1-8/+5
2008-11-29Require gettext 0.17 because older versions don't mix with libtool 2.2. At ↵Sebastian Dröge1-1/+1
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.
2008-01-10autogen.sh: Add -Wno-portability to the automake parameters to stop warnings ↵Sebastian Dröge1-1/+1
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.
2006-07-24remove --enable-docsThomas Vander Stichele1-1/+1
Original commit message from CVS: remove --enable-docs
2006-06-16autogen.sh: Add default for new --enable-plugin-docs switch.Tim-Philipp Müller1-1/+1
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.
2006-05-08autogen.sh: Darwin's libtoolize is in fact called glibtoolize.Edward Hervey1-1/+1
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.
2006-01-20autogen.sh: up required version of automake to 1.7Thomas Vander Stichele1-1/+1
Original commit message from CVS: * autogen.sh: up required version of automake to 1.7
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-12autoconf for freebsdThomas Vander Stichele1-1/+1
Original commit message from CVS: autoconf for freebsd
2005-10-10autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yayAndy Wingo1-1/+1
Original commit message from CVS: 2005-10-10 Andy Wingo <wingo@pobox.com> * autogen.sh (CONFIGURE_DEF_OPT): No more --plugin-buiddir, yay
2005-09-05maintenance updatesThomas Vander Stichele1-4/+6
Original commit message from CVS: maintenance updates
2005-09-03clean up docs build a little; have docdir be an overridable install ↵Thomas Vander Stichele1-1/+1
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
2005-04-10ignore already applied patchThomas Vander Stichele1-1/+1
Original commit message from CVS: ignore already applied patch
2004-12-08remove patch if autopoint failsThomas Vander Stichele1-1/+1
Original commit message from CVS: remove patch if autopoint fails
2004-06-24autogen.sh: Remove call to env, since the buildbot isn't broken anymore.David Schleef1-3/+0
Original commit message from CVS: * autogen.sh: Remove call to env, since the buildbot isn't broken anymore.
2004-06-04autogen.sh: Add a temporary 'env' to test buildbot problems.David Schleef1-0/+3
Original commit message from CVS: * autogen.sh: Add a temporary 'env' to test buildbot problems.
2004-02-29update libtool requirement for latest plugin symbol changesThomas Vander Stichele1-2/+2
Original commit message from CVS: update libtool requirement for latest plugin symbol changes
2004-02-22autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.Benjamin Otte1-1/+1
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)
2004-02-13up version of gettextThomas Vander Stichele1-1/+1
Original commit message from CVS: up version of gettext
2004-02-12use long optionsThomas Vander Stichele1-1/+1
Original commit message from CVS: use long options
2004-02-12copy libtoolThomas Vander Stichele1-1/+1
Original commit message from CVS: copy libtool
2004-02-06check out common with right tagThomas Vander Stichele1-1/+5
Original commit message from CVS: check out common with right tag
2004-02-05print configure lienThomas Vander Stichele1-0/+1
Original commit message from CVS: print configure lien
2004-01-23fix doc build fix autogenThomas Vander Stichele1-2/+2
Original commit message from CVS: fix doc build fix autogen
2004-01-13I'm too lazy to comment thisThomas Vander Stichele1-1/+4
Original commit message from CVS: *** empty log message ***
2004-01-13lax gettext requirmentThomas Vander Stichele1-1/+1
Original commit message from CVS: lax gettext requirment
2004-01-13adding i18n tested with nl, seems to work fineThomas Vander Stichele1-0/+11
Original commit message from CVS: adding i18n tested with nl, seems to work fine
2003-08-23Remove running configure for cothreads, since it's been removed.David Schleef1-12/+0
Original commit message from CVS: Remove running configure for cothreads, since it's been removed.
2003-08-21Add --enable-poisoning option, and make it default to off in normal ↵David Schleef1-2/+2
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.
2003-08-17Find correct name for libtoolizeDavid Schleef1-2/+2
Original commit message from CVS: Find correct name for libtoolize
2003-08-06Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.David Schleef1-2/+2
Original commit message from CVS: Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.
2003-07-29Remove lines that pull libs/ext/cothreads from CVSDavid Schleef1-3/+0
Original commit message from CVS: Remove lines that pull libs/ext/cothreads from CVS
2003-05-01Use -f instead of -e since -e does not work in Solaris /bin/sh.Brian Cameron1-1/+1
Original commit message from CVS: Use -f instead of -e since -e does not work in Solaris /bin/sh.
2003-05-01Fixed if-test in autogen.sh so it works on Solaris. Just needed to surround ↵Brian Cameron1-1/+1
"$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.
2003-04-13Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef1-1/+1
Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
2003-04-13Using bash is problematic on non-linux plattforms, Matthias use NetBSD.Matthias Friedrich1-3/+4
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.
2002-11-01run libtoolize in autogen.sh.David I. Lehn1-8/+5
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
2002-09-30suggest sane values for autotool programsThomas Vander Stichele1-4/+8
Original commit message from CVS: suggest sane values for autotool programs
2002-07-01for better or worse, make distcheck now passes againThomas Vander Stichele1-1/+1
Original commit message from CVS: for better or worse, make distcheck now passes again