Author: daniel Date: 2007-01-13 04:14:43 +0000 (Sat, 13 Jan 2007) New Revision: 631 ViewCVS link: http://svn.gnome.org/viewcvs/regexxer?rev=631&view=rev
Modified: trunk/ChangeLog trunk/Makefile.am trunk/configure.ac trunk/m4/dk-export.m4 trunk/src/globalstrings.h trunk/src/main.cc trunk/src/prefdialog.cc Log: * src/globalstrings.h (conf_dir_application): New string constant defining the directory of regexxer in the GConf database. This string literal replaces the REGEXXER_GCONF_DIRECTORY macro which used to be defined in the Makefile. This global macro definition was inherently pointless as it was not configurable anyway. * src/main.cc (initialize_configuration): Use conf_dir_application instead of REGEXXER_GCONF_DIRECTORY. * src/prefdialog.cc (PrefDialog::initialize_configuration): ditto. * configure.ac (REGEXXER_GCONF_DIRECTORY): Remove substitution. (PKG_CHECK_MODULES): Add gmodule-export-2.0 to the module list to get the -Wl,--export-dynamic flag automatically. (DK_LINK_EXPORT_DYNAMIC): Remove macro invocation as it no longer necessary. Also, add comments elaborating about the whole linker stuff. * Makefile.am (global_defs): Remove -DREGEXXER_GCONF_DIRECTORY. (src_regexxer_LDFLAGS): Get rid of $(REGEXXER_EXPORT_DYNAMIC). * m4/dk-export.m4 (DK_LINK_EXPORT_DYNAMIC): Remove macro. _______________________________________________ SVN-commits-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/svn-commits-list
