aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:38:03 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 15:21:17 +0200
commit424132003433e8587d1919e94860ae3247a7df41 (patch)
treec22bb87a66fcce02cc41e060fbe901cf3347413d /configure.ac
parent1665f595fc1d50e88e58ff8f7a007a8aed3bb06f (diff)
contrib: integrate RPM spec
Remove OpenSUSE bug report link, set version to @VERSION@, make it build with CentOS 8 etc. Related: OS#4550 Change-Id: Ic075dd5a53cc76cf1b6aeca5c31db495882db915
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 53720b9..8c93c3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,4 +75,5 @@ AC_OUTPUT(
src/Makefile
include/Makefile
include/asn1c/Makefile
- Makefile)
+ Makefile
+ contrib/libasn1c.spec)