Added RPM with minimal dependencies.

This commit is contained in:
Marc Wäckerlin
2006-09-25 15:12:47 +00:00
parent 9454114278
commit 7338ddc5cf
7 changed files with 102 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ AC_INIT([mrw/mrw.hpp.in])
PACKAGENAME=mrw-c++
m4_define(x_major, 2)
m4_define(x_minor, 3)
m4_define(x_least, 0)
m4_define(x_least, 1)
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
# copy M4 to shell
@@ -171,7 +171,7 @@ AC_SUBST(AM_CPPFLAGS)
AC_SUBST(LIBS)
# create output
AC_CONFIG_FILES([makefile mrw-c++.spec
AC_CONFIG_FILES([makefile mrw-c++.spec mrw-c++-minimal.spec
mrw/makefile mrw/doxyfile mrw/mrw.hpp mrw/version.cpp])
AC_OUTPUT