summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/configure.in b/configure.in
new file mode 100644
index 0000000..cbd1bbc
--- /dev/null
+++ b/configure.in
@@ -0,0 +1,19 @@
+dnl Process this file with autoconf to create configure.
+
+AC_INIT
+
+AC_CANONICAL_SYSTEM
+
+AM_INIT_AUTOMAKE(gsmd, 0.0.1)
+
+AC_PROG_CC
+AC_EXEEXT
+AM_PROG_LIBTOOL
+AC_SUBST(LIBTOOL_DEPS)
+
+
+AC_ARG_WITH()
+
+dnl Output the makefiles
+AC_OUTPUT(Makefile src/Makefile src/gsmd/Makefile src/libgsmd/Makefile src/util/Makefile
+ include/Makefile include/gsmd/Makefile include/libgsmd/Makefile)
personal git repositories of Harald Welte. Your mileage may vary