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