From ec5e0ec297f7a3b1ddd778b75f619129e9a6fbc6 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 14 Jul 2008 20:25:29 +0200 Subject: [PATCH] Start to get rid of eds-address name references --- configure.ac | 8 +------- lisp/eweouz.el | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) 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) -- 2.39.5