From: Jelte Jansen Date: Mon, 10 Apr 2006 11:35:34 +0000 (+0000) Subject: does this work? X-Git-Tag: release-1.1.0~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b06815668563f19ae5ffa6d8345bc96d50cc2d;p=thirdparty%2Fldns.git does this work? --- diff --git a/configure.ac b/configure.ac index c473a413..dc0c69f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,15 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) + AC_INIT(libdns, 1.1.0, libdns@nlnetlabs.nl, libdns) AC_CONFIG_SRCDIR([packet.c]) +# remove this line in a release +#VERSION_ADD=`date` +VERSION_ADD=`date +"%Y%m%d"` +PACKAGE_VERSION="$PACKAGE_VERSION $VERSION_ADD" + #OURCPPFLAGS='-ansi -pedantic -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600' OURCPPFLAGS='-ansi -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600' CPPFLAGS=${CPPFLAGS:-${OURCPPFLAGS}}