X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=a8920957b594e459740d718104a682346eba4521;hb=64018439d762ac2c30552d55263693a4b5aa1352;hp=fae19f04630ef2c49322a0b983fb3137f97ce483;hpb=dc11f1ea84d1f1200ea2442cb3010254841ca115;p=ddns.git diff --git a/configure.ac b/configure.ac index fae19f0..a892095 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([ddns], - [0.01], + [004], [info@ipfire.org], [ddns], [http://git.ipfire.org/?p=oddments/ddns.git;a=summary]) @@ -49,6 +49,7 @@ AC_SUBST(GETTEXT_PACKAGE) AC_PROG_LN_S AC_PROG_MKDIR_P +AC_PROG_SED # Python AM_PATH_PYTHON([2.7]) @@ -63,6 +64,8 @@ AC_CONFIG_FILES([ AC_OUTPUT AC_MSG_RESULT([ - $PACKAGE_NAME $VERSION + ${PACKAGE_NAME} ${VERSION} + prefix : ${prefix} + sysconfdir : ${sysconfdir} ])