summaryrefslogtreecommitdiffstats
path: root/asn1/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/configure.ac')
-rw-r--r--asn1/configure.ac24
1 files changed, 0 insertions, 24 deletions
diff --git a/asn1/configure.ac b/asn1/configure.ac
deleted file mode 100644
index c02091428..000000000
--- a/asn1/configure.ac
+++ /dev/null
@@ -1,24 +0,0 @@
-AC_PREREQ(2.59)
-m4_include(../version.m4)
-AC_INIT([ipa-server],
- IPA_VERSION,
- [https://hosted.fedoraproject.org/projects/freeipa/newticket])
-
-AC_CONFIG_HEADERS([config.h])
-AC_PROG_CC_C99
-LT_INIT
-
-AM_INIT_AUTOMAKE([foreign])
-
-AM_MAINTAINER_MODE
-
-AC_SUBST(VERSION)
-
-# Files
-
-AC_CONFIG_FILES([
- Makefile
- asn1c/Makefile
-])
-
-AC_OUTPUT