diff options
author | Martin Lucina <martin@lucina.net> | 2012-02-25 05:30:42 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-02-25 05:30:42 +0100 |
commit | c1e07c7b4bd9b517c087a284e4c1614b01f65597 (patch) | |
tree | 537e6b1d82a422c1a8564974d245f8348383ad64 | |
parent | b572997091c4d4100cd994bcbdcd98e36f24df59 (diff) |
Add crossroads-dev list address to configure.in for bug reports
Signed-off-by: Martin Lucina <martin@lucina.net>
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 52788fd..8061d6a 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.61) # the version.sh script. Hence, it should be updated there. # The version in git should reflect the *next* version planned. # -AC_INIT([libxs],[m4_esyscmd([./version.sh])]) +AC_INIT([libxs],[m4_esyscmd([./version.sh])],[crossroads-dev@groups.crossroads.io]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) |