diff --git a/mbuni/Makefile.am b/mbuni/Makefile.am index 68fee17..06a1b20 100644 --- a/mbuni/Makefile.am +++ b/mbuni/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = autotools doc mmlib mmsc mmsbox -EXTRA_DIST = GnuLICENSE KannelLICENSE bootstrap Notes todo +EXTRA_DIST = VERSION GnuLICENSE KannelLICENSE bootstrap Notes diff --git a/mbuni/VERSION b/mbuni/VERSION new file mode 100644 index 0000000..28a7527 --- /dev/null +++ b/mbuni/VERSION @@ -0,0 +1,5 @@ +cvs +$Date$ + +This file contains the version number of Mbuni, which must be on the first line. Second line is the date + diff --git a/mbuni/configure.ac b/mbuni/configure.ac index af63597..5254c21 100644 --- a/mbuni/configure.ac +++ b/mbuni/configure.ac @@ -8,7 +8,10 @@ dnl This program is free software, distributed under the terms of dnl the GNU General Public License, with a few exceptions granted (see LICENSE) dnl AC_PREREQ(2.59) + AC_INIT([mbuni],[cvs],[devel@mbuni.org]) + + AC_CONFIG_SRCDIR([mmlib/mms_util.c]) AC_CONFIG_AUX_DIR(autotools) AM_INIT_AUTOMAKE([mbuni],[cvs]) @@ -258,7 +261,7 @@ AC_OUTPUT cat<