Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48fdeda90f | |||
| 78102d8eb3 |
+3
-12
@@ -455,18 +455,9 @@ done
|
|||||||
#rm -f import/clucene/NO-AUTO-GEN
|
#rm -f import/clucene/NO-AUTO-GEN
|
||||||
#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.4\" > ./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 \"960\" >> ./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.4.0)
|
||||||
|
|
||||||
# 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.4.0">
|
||||||
|
|
||||||
<config>
|
<config>
|
||||||
<bufsize>0</bufsize>
|
<bufsize>0</bufsize>
|
||||||
|
|||||||
Reference in New Issue
Block a user