Compare commits
2 Commits
development
...
0.5.0rc1
| Author | SHA1 | Date | |
|---|---|---|---|
| d12b58af30 | |||
| 7fd76b99a8 |
+3
-12
@@ -447,18 +447,9 @@ done
|
|||||||
# remove any flags which tell us not to autogen things
|
# remove any flags which tell us not to autogen things
|
||||||
#rm -f import/sqlite3/NO-AUTO-GEN
|
#rm -f import/sqlite3/NO-AUTO-GEN
|
||||||
|
|
||||||
SVNREV="`svnversion . 2>/dev/null`"
|
echo \#define BONGO_BUILD_BRANCH \"0.5\" > ./include/bongo-buildinfo.h
|
||||||
if test x$SVNREV = x; then
|
echo \#define BONGO_BUILD_VSTR \"v\" >> ./include/bongo-buildinfo.h
|
||||||
echo Unable to discern build version
|
echo \#define BONGO_BUILD_VER \"1035\" >> ./include/bongo-buildinfo.h
|
||||||
echo \#define BONGO_BUILD_BRANCH \"unknown\" > ./include/bongo-buildinfo.h
|
|
||||||
echo \#define BONGO_BUILD_VSTR \"\" >> ./include/bongo-buildinfo.h
|
|
||||||
echo \#define BONGO_BUILD_VER \"0\" >> ./include/bongo-buildinfo.h
|
|
||||||
else
|
|
||||||
echo SVN Rev at $SVNREV
|
|
||||||
echo \#define BONGO_BUILD_BRANCH \"trunk\" > ./include/bongo-buildinfo.h
|
|
||||||
echo \#define BONGO_BUILD_VSTR \"r\" >> ./include/bongo-buildinfo.h
|
|
||||||
echo \#define BONGO_BUILD_VER \"$SVNREV\" >> ./include/bongo-buildinfo.h
|
|
||||||
fi
|
|
||||||
|
|
||||||
conf_flags="--enable-maintainer-mode"
|
conf_flags="--enable-maintainer-mode"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||||||
|
|
||||||
AC_INIT(src/libs/msgapi/msgapi.c)
|
AC_INIT(src/libs/msgapi/msgapi.c)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(bongo, 0.1.0)
|
AM_INIT_AUTOMAKE(bongo, 0.5.0rc1)
|
||||||
|
|
||||||
# this space is here to trick autogen.sh
|
# this space is here to trick autogen.sh
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE log4c SYSTEM "">
|
<!DOCTYPE log4c SYSTEM "">
|
||||||
|
|
||||||
<log4c version="0.1.0">
|
<log4c version="0.5.0rc1">
|
||||||
|
|
||||||
<config>
|
<config>
|
||||||
<bufsize>0</bufsize>
|
<bufsize>0</bufsize>
|
||||||
|
|||||||
Reference in New Issue
Block a user