diff options
author | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2005-12-08 05:45:34 +0000 |
---|---|---|
committer | laforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2005-12-08 05:45:34 +0000 |
commit | ea662563d40da474aeffde65ba847c8756510dea (patch) | |
tree | 816a09da532a447d71f7ce4a53d54ca43251cb65 | |
parent | 5c56a94f33a3f0b7d1f8ef27cf011edf4ffbec8e (diff) |
add configure.in
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1734 e0336214-984f-0b4b-a45f-81c69e1f0ede
-rw-r--r-- | configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.in b/configure.in new file mode 100644 index 0000000..1125175 --- /dev/null +++ b/configure.in @@ -0,0 +1,15 @@ +dnl Process this file with autoconf to create configure. + +AC_INIT + +AC_CANONICAL_SYSTEM + +AM_INIT_AUTOMAKE(librfid, 0.0.1) + +AC_PROG_CC +AC_EXEEXT +AM_PROG_LIBTOOL +AC_SUBST(LIBTOOL_DEPS) + +dnl Output the makefile +AC_OUTPUT(Makefile src/Makefile include/Makefile include/librfid/Makefile utils/Makefile) |