* update configuration files
This commit is contained in:
@ -14,11 +14,11 @@
|
|||||||
## along with this program; if not, write to the Free Software Foundation,
|
## along with this program; if not, write to the Free Software Foundation,
|
||||||
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
SUBDIRS=src
|
SUBDIRS=src man
|
||||||
|
|
||||||
# calculate the cyclomatic-complexity, which should not go over 10
|
# calculate the cyclomatic-complexity, which should not go over 10
|
||||||
#cc10:
|
cc10:
|
||||||
# @pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
|
@pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
|
||||||
|
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST= \
|
||||||
TODO \
|
TODO \
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
## along with this program; if not, write to the Free Software Foundation,
|
## along with this program; if not, write to the Free Software Foundation,
|
||||||
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
AC_INIT([mu],[0.6],[http://www.djcbsoftware.nl/code/mu])
|
AC_INIT([mu],[0.6-beta],[http://www.djcbsoftware.nl/code/mu])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([src/mu.c])
|
AC_CONFIG_SRCDIR([src/mu.c])
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||||
@ -97,10 +97,10 @@ AC_SUBST(XAPIAN_LIBS)
|
|||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
man/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "-----------------------------"
|
|
||||||
echo "mu configuration is complete."
|
echo "mu configuration is complete."
|
||||||
echo "type 'make' to build it"
|
echo "type 'make' to build it"
|
||||||
|
|||||||
@ -14,7 +14,4 @@
|
|||||||
## along with this program; if not, write to the Free Software Foundation,
|
## along with this program; if not, write to the Free Software Foundation,
|
||||||
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
man_MANS= \
|
dist_man_MANS = mu.1
|
||||||
mu.1
|
|
||||||
|
|
||||||
dist_man_MANS = $(man_MANS)
|
|
||||||
|
|||||||
@ -41,6 +41,7 @@ mu_SOURCES= \
|
|||||||
mu-msg-xapian-priv.hh \
|
mu-msg-xapian-priv.hh \
|
||||||
mu-msg-xapian.cc \
|
mu-msg-xapian.cc \
|
||||||
mu-msg-xapian.h \
|
mu-msg-xapian.h \
|
||||||
|
mu-msg.h \
|
||||||
mu-query-xapian.cc \
|
mu-query-xapian.cc \
|
||||||
mu-query-xapian.h \
|
mu-query-xapian.h \
|
||||||
mu-result.h \
|
mu-result.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user