diff options
author | Slávek Banko <[email protected]> | 2016-04-10 02:08:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-10 02:08:09 +0200 |
commit | 0d02094e2b261de9aadac40f65a574e9fbee66e2 (patch) | |
tree | 60621cbe5c2907665040e91d9c9523ce7a05e4fa /configure.in.in | |
download | tastymenu-0d02094e2b261de9aadac40f65a574e9fbee66e2.tar.gz tastymenu-0d02094e2b261de9aadac40f65a574e9fbee66e2.zip |
Initial import of tastymenu 1.0.8
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..c948a08 --- /dev/null +++ b/configure.in.in @@ -0,0 +1,6 @@ +#MIN_CONFIG(3.2.0) + +AM_INIT_AUTOMAKE(tastymenu, 1.0.8) +AC_C_BIGENDIAN +AC_CHECK_KDEMAXPATHLEN + |