summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormickey <mickey@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-12-07 15:17:42 +0000
committermickey <mickey@99fdad57-331a-0410-800a-d7fa5415bdb3>2006-12-07 15:17:42 +0000
commit3736b64b8d764c6835c7b4c05a0f2fcbe656e18d (patch)
treebb84b211b3c41c7979248bb35dde602153ca31a9 /configure.in
parent3f2fd42ce7f8bcd444ba7ad6994d997696b5632b (diff)
gsm: modernize autotool framework and pkgconfigize it
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@338 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.in b/configure.in
deleted file mode 100644
index cbd1bbc..0000000
--- a/configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
-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