summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-20 20:41:12 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-10-20 20:41:12 +0000
commit8045fdfb09c2e3b466f371b2ab64ff01f9f7aec1 (patch)
tree270a3b123e7d4de7cb55da08e6cf6eb39461777e /configure.in
parent561a8d7fa4a003862b2640bd3458c0188ae2eab8 (diff)
- some more gsmd / libgsmd code
- use autotools for build process git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@94 99fdad57-331a-0410-800a-d7fa5415bdb3
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