diff options
author | Timothy Pearson <[email protected]> | 2012-06-01 12:44:30 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-01 12:44:30 -0500 |
commit | fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d (patch) | |
tree | 319dc30a665ec019d6367bcf5b06b557e4a9c087 /configure.in.in | |
download | libtdeldap-fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d.tar.gz libtdeldap-fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d.zip |
Added common directories
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..18b1486 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,6 @@ +#MIN_CONFIG(3.2.0) + +AM_INIT_AUTOMAKE(autostart, 0.1) +AC_C_BIGENDIAN +AC_CHECK_KDEMAXPATHLEN + |