summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-07-09autogen.sh: srcdir != objdir safetyDaniel Stone1-1/+1
Run autoreconf from the srcdir, not just configure.
2007-05-02update configure.in and use autoreconfGuillem Jover1-64/+1
Update the autotools files to not use obsolete macros and variables and add proper quotation. Switch to autoreconf which will call any needed program. Also autoreconf -Wall should be clean now (except for external problems).
2007-04-03remove i18n supportDavid Zeuthen1-3/+0
It just doesn't make sense for a system-wide daemon to have translations. The only reasons it's here is that 1. deprecated functions in libhal-storage uses it (officially deprecated since 0.5.8 but people have been advised for long to not use it) 2. hal-device-manager uses it (and that will be replaced by gnome-device-manager shortly; other desktops are encouraged to write their own replacements too.)
2006-02-25Convert doc comments from Doxygen to gtk-docDavid Zeuthen1-1/+1
Convert doc comments from Doxygen to gtk-doc (not completely done) New file Remove Use gtk-doc instead of Doxygen Various cleanups; use gtk-doc instead of Doxygen Pass --enable-gtk-doc to configure. Add GTK_DOC_CHECK, from cairo, thanks.
2005-06-23Patch from Alvaro Lopez Ortega <alvaro@sun.com> to add an empty SolarisDavid Zeuthen1-12/+0
backend to HAL. New file New file Add checks for Solaris
2004-09-23New fileDavid Zeuthen1-0/+3
New file New file Add dgettext support (hal_initialize): Bind to translation domain (but only once) Rename to api from libhal Add libhal-storage Add checks for i18n tools. Add hal-storage.pc, libhal-storage/Makefile and po/Makefile.in to AC_OUTPUT Add checks for i18n tools New file Add libhal-storage and po to SUBDIRS. Add hal-storage.pc
2003-11-05initial importDavid Zeuthen1-0/+105