Skip to content

Commit

Permalink
Making couriersrs buildable ...
Browse files Browse the repository at this point in the history
git-svn-id: svn://localhost/home/matthias/source/svn/matthias_wimmer@114 4ea7d500-c7de-0310-95d6-fef3d14ee6ae
  • Loading branch information
matthias committed Mar 15, 2007
1 parent a10270e commit 006f9f0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
@@ -1,12 +1,12 @@
SUBDIRS = intl m4 po SUBDIRS = intl m4 po


bin_PROGRAMS = courier-srs bin_PROGRAMS = couriersrs


noinst_HEADERS = courier-srs.h noinst_HEADERS = couriersrs.h


courier-srs_SOURCES = courier-srs.cc couriersrs_SOURCES = couriersrs.cc


courier-srs_LDFLAGS = @LDFLAGS@ couriersrs_LDFLAGS = @LDFLAGS@


ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4


Expand Down
2 changes: 1 addition & 1 deletion bootstrap
Expand Up @@ -23,7 +23,7 @@ if test -z "`libtool --version 2>&1|head -n 1|egrep '1.[45]'`"; then
exit 1; exit 1;
fi fi


if test -z "`autopoint --version 2>&1|head -n 1|egrep '0.1[45]'`"; then if test -z "`autopoint --version 2>&1|head -n 1|egrep '0.1[4-6]'`"; then
echo "Gettext 0.14+ is required. Aborting build..."; echo "Gettext 0.14+ is required. Aborting build...";
exit 1; exit 1;
fi fi
Expand Down
5 changes: 3 additions & 2 deletions configure.ac
@@ -1,9 +1,10 @@
AC_PREREQ(2.50) AC_PREREQ(2.50)


AC_INIT(courier-srs.h) AC_INIT(couriersrs.h)
AM_INIT_AUTOMAKE(courier-srs,0.0.1) AM_INIT_AUTOMAKE(couriersrs,0.0.1)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_LANG(C++) AC_LANG(C++)
AC_GNU_SOURCE


sinclude(ac-helpers/ac_define_dir.m4) sinclude(ac-helpers/ac_define_dir.m4)


Expand Down
4 changes: 2 additions & 2 deletions courier-srs.cc → couriersrs.cc
@@ -1,5 +1,5 @@
/* --------------------------------------------------------------------------- /* ---------------------------------------------------------------------------
* courier-srs - Doing SRS forwarding with courier * couriersrs - Doing SRS forwarding with courier
* Copyright (C) 2007 Matthias Wimmer <m@tthias.eu> * Copyright (C) 2007 Matthias Wimmer <m@tthias.eu>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
Expand All @@ -22,7 +22,7 @@
# include <config.h> # include <config.h>
#endif #endif


#include "courier-srs.h" #include "couriersrs.h"


int main() { int main() {
} }
2 changes: 1 addition & 1 deletion courier-srs.h → couriersrs.h
@@ -1,5 +1,5 @@
/* --------------------------------------------------------------------------- /* ---------------------------------------------------------------------------
* courier-srs - Doing SRS forwarding with courier * couriersrs - Doing SRS forwarding with courier
* Copyright (C) 2007 Matthias Wimmer <m@tthias.eu> * Copyright (C) 2007 Matthias Wimmer <m@tthias.eu>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion license-header.txt
@@ -1,5 +1,5 @@
/* --------------------------------------------------------------------------- /* ---------------------------------------------------------------------------
* courier-srs - Doing SRS forwarding with courier * couriersrs - Doing SRS forwarding with courier
* Copyright (C) 2007 Matthias Wimmer <m@tthias.eu> * Copyright (C) 2007 Matthias Wimmer <m@tthias.eu>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion po/POTFILES.in
@@ -1 +1 @@
courier-srs.cc couriersrs.cc

0 comments on commit 006f9f0

Please sign in to comment.