diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06d44283..f3644f36 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software Foundation, dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. dnl -AC_INIT([Red Hat elfutils],[0.123],[http://bugzilla.redhat.com/bugzilla/], +AC_INIT([Red Hat elfutils],[0.124],[http://bugzilla.redhat.com/bugzilla/], [elfutils]) AC_CONFIG_AUX_DIR([config]) @@ -26,6 +26,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2003, 2004, 2005, 2006 Red Hat, Inc.]) AC_PREREQ(2.59) dnl Minimum Autoconf version required. AM_INIT_AUTOMAKE([gnits 1.7]) +AM_MAINTAINER_MODE dnl Unique ID for this build. MODVERSION="Build on $(hostname) $(date +%FT%R:%S%z)" |
