From b6bc598e5c38271a104167f6235fb23faa962854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 29 Jul 2015 10:56:07 +0000 Subject: [PATCH] build fixes for rpm --- ax_init_standard_project.m4 | 1 - bootstrap.sh | 24 +++++++++++------------- mrw-c++.spec.in | 6 +++--- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/ax_init_standard_project.m4 b/ax_init_standard_project.m4 index 76ee9f7..39242af 100644 --- a/ax_init_standard_project.m4 +++ b/ax_init_standard_project.m4 @@ -311,7 +311,6 @@ EOF # use this in configure.ac to support RPM packages AC_DEFUN([AX_USE_RPM_PACKAGING], [ -# m4_include(ax_rpm_rules.m4) AC_CONFIG_FILES([${PACKAGE_NAME}.spec]) #AX_ADD_MAKEFILE_TARGET_DEP([clean-am], [clean-rpm-targets], [makefile.in]) AX_ADD_MAKEFILE_TARGET_DEP([distclean-am], [distclean-rpm-targets], [makefile.in]) diff --git a/bootstrap.sh b/bootstrap.sh index 387b093..4b79ec2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -724,7 +724,7 @@ to --condition AX_USE_RPM_PACKAGING ${PACKAGE_NAME}.spec.in <