aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Move build files out of conf/.Reuben Thomas2007-12-082-379/+0
| | | | | Revert earlier change to Makefile.cvs to bring back aclocal; removed in error.
* Remove kiodoc-update.pl.Reuben Thomas2007-12-081-119/+0
| | | | Remove mention of versions of SuSE < 8 from plptools.spec.in.
* Remove remaining custom macros, folding them into configure.in.in.Reuben Thomas2007-12-085-117/+37
| | | | Each was called only once.
* Remove unused m4 tests, and test for readline version; we should allReuben Thomas2007-12-075-79/+0
| | | | be using at least 4.2 by now.
* More build system changes to make it play better with up-to-dateReuben Thomas2007-12-071-1/+29
| | | | | | autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake.
* Add udev rules file to EXTRA_DIST.Reuben Thomas2007-11-271-1/+1
|
* Remove SuSE 7.3 init script and replace it with SuSE 8 init scriptReuben Thomas2007-11-261-1/+1
| | | | (the newest we had).
* Reinstate use of kdoc, which I mistakenly assumed was KDE-specific.Reuben Thomas2007-11-261-1/+4
|
* Bump version to 0.19Reuben Thomas2007-11-201-1/+1
|
* Remove file only used for KDE building.Reuben Thomas2007-11-201-1841/+0
|
* Remove more traces of KDE.Reuben Thomas2007-11-201-14/+3
|
* Remove more KDE bits.Reuben Thomas2007-11-201-64/+0
|
* No longer using KDE, so remove KDE autoconf gubbins.Reuben Thomas2007-11-2029-1554/+0
|
* Remove traces of plpbackup.Reuben Thomas2007-11-202-3/+1
|
* Remove out-of-date patches.Reuben Thomas2007-11-151-2/+2
|
* Add HISTORY.Reuben Thomas2007-07-171-1/+1
|
* Bump version to 0.18.Reuben Thomas2007-07-061-1/+1
| | | | Change plpbackup to just copy/restore files, not invoke tar.
* Add config.rpathReuben Thomas2007-07-061-0/+1
|
* Add --enable-debug back, which hasn't been supported for a while.Reuben Thomas2007-01-051-1/+20
| | | | Bump version to 0.17.
* Bump version to 0.16.Reuben Thomas2006-09-101-1/+1
|
* Bump version to 0.15Reuben Thomas2006-05-161-1/+1
|
* Bump version to 0.14Reuben Thomas2005-08-281-1/+1
|
* Remove commented out deprecated code block.Reuben Thomas2005-05-161-22/+0
|
* Enable --enable-kde in Makefile.cvs again.Reuben Thomas2005-05-162-3/+0
| | | | | | | | | | qlist.h --> qptrlist.h Remove #include <qobjcoll.h> from sample Qt program in KDE_PRINT_QT_PROGRAM.m4 Fix configure.in.in not to call PLP_CHECK_COMPILERS, which isn't needed any more (and didn't work).
* Remove files which don't work and don't seem to be needed any more.Reuben Thomas2005-05-162-197/+0
|
* Find qt3 includes on Debian sarge (and probably other systems).Reuben Thomas2005-05-111-1/+1
|
* Bump version to 0.13.Reuben Thomas2005-04-161-1/+1
|
* Change po/Makefile -> po/Makefile.in so that po/Makefile is properlyReuben Thomas2005-04-161-1/+1
| | | | | | | generated. The previous diff claims to have done this, but in fact adds intl/Makefile to the list so that it is generated.
* po/Makefile --> po/Makefile.in so that po/Makefile gets generatedReuben Thomas2005-04-161-0/+1
| | | | properly.
* Remove calls of AC_CHECK_BOOL, which no longer exists.Reuben Thomas2005-04-162-4/+0
|
* Remove test for bool, because it was breaking the build for reasons IReuben Thomas2005-04-161-16/+0
| | | | | don't fully understand, and in any case it's unnecessary: any sensible C++ compiler will now have proper bool support.
* Remove flags that can't be used with g++.Reuben Thomas2005-04-161-2/+2
|
* Removed kdb2html from configure for kde3.3 compiling (unused).Ivan Daou2004-10-251-2/+0
|
* Remove message about not working with automake > 1.4. It seems to workReuben Thomas2004-10-041-2/+0
| | | | fine...
* Quote DEFUN names to please recent versions of autoconf.Reuben Thomas2004-10-0410-11/+11
|
* Quote DEFUN names to make recent autoconf happy.Reuben Thomas2004-10-0430-33/+33
|
* Remove intl/Makefile from list (no longer needed).Reuben Thomas2004-03-131-1/+0
|
* Undo bogus change.Reuben Thomas2004-03-131-1/+1
|
* More tweaks for modern autotools. I must admit I know very littleReuben Thomas2004-03-131-1/+1
| | | | about autotools, so I'm using the Google-and-copy method.
* Fix to work with autoconf 2.59.Reuben Thomas2004-03-131-1/+1
|
* Fixes to work with autoconf 2.59.Reuben Thomas2004-03-131-2/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-058-79/+95
|
* - Fixed behavior of kpsion when called with URL from konquerorsFritz Elfert2003-02-031-1/+1
| | | | context-popup.
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-111-0/+5
| | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-113-110/+10
| | | | | | | | | | | - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x
* - Fix: Skip kioslave doc update if main index of some language is notFritz Elfert2002-07-201-0/+1
| | | | installed.
* - Update KDEHelp's cache after installing kioslave docsFritz Elfert2002-07-182-3/+11
| | | | | | | | | | - Fix in autodetection of qt - Added START_NCPD to config files, changed initscripts accordingly. - Lot of tweaks in RPM specfile for Mandrake 8.2 - On old RedHat 7.2 with KDE2, /lib/qt2 does not exist, use QTDIR - Fixed some dscriptions in specfile - Removed mgetty cruft in initscripts - XML related fixes in kioslave doc
* - Patch from Chris Halls for automake 1.6Fritz Elfert2002-07-171-1/+0
|
* - Fixes for SuSE 8.0Fritz Elfert2002-07-171-7/+7
|
* - More gettext tweaks, moved .in.in files indo conf subdirFritz Elfert2002-07-163-1/+416
|