summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2006-01-25Re-worked version of binutils-bdirect.Michael Meeks1-0/+4
* patches/test/binutils-suse-bdirect.diff: re-worked version of binutils-bdirect.diff - with OS/specific section, requires the hashvals patch to work. Also updated to new binutils.
2005-12-02Modernized the call of AC_INIT and AM_INIT_AUTOMAKE, so the ANSI format for ↵Petr Mladek1-3/+3
tar is set the correct way now; added check for automake >= 1. * configure.in, bin/setup.in: modernized the call of AC_INIT and AM_INIT_AUTOMAKE, so the ANSI format for tar is set the correct way now; added check for automake >= 1.8b; the ooo-build version is set by a single string because AC_INIT must be the first command; removed obsolete variable OOO_BUILD_EXTENSION * autogen.sh: exit on error
2005-10-14Fix duff shell.Michael Meeks1-1/+1
2005-04-22Prune --enable-devel: doesn't do anything, strip bonobo pieces for now.Michael Meeks1-4/+1
* configure.in: prune --enable-devel: doesn't do anything, strip bonobo pieces for now. bin --with-jdk-home - goes straight through. * Tag: BEFORE_CONFIGURE_REWORK
2005-01-28Don't run configure if NOCONFIGURE environment variable isMartin Kretzschmar1-1/+5
non-empty. Stolen from gnome autogen.sh.
2005-01-14Makefile.Chris Halls1-1/+1
Makefile.shared: test for existence of open*.bmp files before copying * autogen.sh: Add --copy to automake invocation
2004-11-19Disable bonobo component for now.Michael Meeks1-2/+2
* Version 1.7.0 [ very broken ] * Makefile.am, configure.in, autogen.sh: disable bonobo component for now. * bin/Makefile.am: dung out.
2004-05-06Split out the crashrep build disabling from the padmin disabling.Michael Meeks1-1/+1
* patches/OOO_1_1/module-buildset-crashrep.diff, * patches/OOO_1_1/module-buildset.diff, * patches/OOO_1_1_1/apply: split out the crashrep build disabling from the padmin disabling.
2004-04-29Add '--clean' option.Michael Meeks1-0/+10
* autogen.sh: add '--clean' option. * Makefile.am (EXTRA_DIST): don't try to distribute generated mkinstalldirs file.
2004-04-26Default icon set to KDE on SuSE.Michael Meeks1-1/+1
* configure.in: default icon set to KDE on SuSE. * autogen.sh: pass args on to configure.
2004-04-15*** empty log message ***Amit Shrivastava1-1/+1
2004-04-15Support for MSVC6 compilerAmit Shrivastava1-1/+1
2003-10-07Fix for bonobo/Martin Kretzschmar1-0/+1
2003-10-03Makefile.Martin Kretzschmar1-0/+2
Makefile.am: include bonobo with AM_CONDITIONAL BONOBO. * autogen.sh: run bonobo/autogen.sh * configure.in: add --with-ooo-builddir argument. call bonobo/configure if --enable-bonobo. * bonobo/configure.ac: ignore missing headers and programs unless we're called with --enable-strict-tests, add --with-ooo-builddir switch.
2003-08-21Add; just dist.Michael Meeks1-2/+1
* po/Makefile.am: add; just dist. the files. * desktop/Makefile.am: add the .desktop generation rule. * intltool*: add. * Makefile.am: ditto. * configure.in: expunge all traces of gettext, generate intltool myself.
2003-08-20Run gettextize - this is a hazard, it does a recursive find on all of OO.Michael Meeks1-0/+2
* autogen.sh: run gettextize - this is a hazard, it does a recursive find on all of OO.o
2003-07-29More autotools fiddling.Michael Meeks1-1/+1
2003-07-29Update.Michael Meeks1-39/+4
* autogen.sh: update. * configure.in, bin/setup.in: handle DESTDIR, accept --with-src argument for build system.
2003-07-29Start to use autotools.Michael Meeks1-0/+42
* Makefile.am, configure.in, autogen.sh: start to use autotools.