From: Tollef Fog Heen Date: Mon, 14 Jul 2008 18:25:29 +0000 (+0200) Subject: Start to get rid of eds-address name references X-Git-Tag: 0.1~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5e0ec297f7a3b1ddd778b75f619129e9a6fbc6;p=eweouz Start to get rid of eds-address name references --- diff --git a/configure.ac b/configure.ac index b7bae7f..28db650 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([eds-address], 0.1) +AC_INIT([eweouz], 0.1) AC_CONFIG_SRCDIR(src/dump-addressbook.c) AM_INIT_AUTOMAKE([1.9]) AM_CONFIG_HEADER(config.h) @@ -12,10 +12,4 @@ AM_PROG_LIBTOOL AC_PROG_CC -#GETTEXT_PACKAGE=evolution-backend-tdb -#AC_SUBST(GETTEXT_PACKAGE) -#AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The prefix for our gettext translation domains.]) - -#AM_GLIB_GNU_GETTEXT - AC_OUTPUT([Makefile src/Makefile]) diff --git a/lisp/eweouz.el b/lisp/eweouz.el index 7b14282..4d7fbf8 100644 --- a/lisp/eweouz.el +++ b/lisp/eweouz.el @@ -23,7 +23,7 @@ (defconst eweouz-version "0.1") (defconst eweouz-buffer-name "*EWEOUZ*") -(defvar eweouz-path "/home/tfheen/src/eds-address/build/src/dump-addressbook") +(defvar eweouz-path "eweouz-dump-addressbook") (defvar eweouz-buffer nil) (defvar eweouz-pop-up-target-lines 5)