summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-09-13 00:20:42 +0000
committerLennart Poettering <lennart@poettering.net>2003-09-13 00:20:42 +0000
commitfb9d6daef0339b7a38ec35c0f7bbc0b5d937d413 (patch)
tree8dfdfe37f87e197703f1e9c6c25a43033834d723 /configure.ac
parentdcb6d396e7ad11f0b7a34de9d84826127d683307 (diff)
futher build system updates
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@40 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 429636d..3747b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.57)
-AC_INIT([ifplugd], [0.17], [mzvscyhtq (at) itaparica (dot) org])
+AC_INIT([ifplugd], [0.17], [mzvscyhtq (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/ifplugd.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])