Autocreate src/version.h.
git-svn-id: http://tint2.googlecode.com/svn/trunk@354 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
c7d1551dc2
commit
bfb9fc4832
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT([tint2], [0.8], [http://code.google.com/p/tint2/issues])
|
||||
AC_INIT([tint2], [0.9rc1], [http://code.google.com/p/tint2/issues])
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
|
@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile
|
|||
doc/Makefile
|
||||
sample/Makefile
|
||||
src/Makefile
|
||||
src/tint2conf/Makefile])
|
||||
src/tint2conf/Makefile
|
||||
src/version.h])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
#define VERSION_STRING "0.9rc1"
|
||||
|
3
src/version.h.in
Normal file
3
src/version.h.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
#define VERSION_STRING "@PACKAGE_VERSION@"
|
||||
|
Loading…
Reference in a new issue