summaryrefslogtreecommitdiff
path: root/m4/argmatch.m4
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:43 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-05-21 17:49:43 +0900
commitb253dd7cd3994d94137556defe22e56e94a19805 (patch)
treecd0adaff3fbd9102284027f894b48606fc581dd1 /m4/argmatch.m4
parentbfd95772edacf96422314ea6b6ad1f17054e4a85 (diff)
downloadtar-b253dd7cd3994d94137556defe22e56e94a19805.tar.gz
tar-b253dd7cd3994d94137556defe22e56e94a19805.tar.bz2
tar-b253dd7cd3994d94137556defe22e56e94a19805.zip
Upload Tizen:Base source
Diffstat (limited to 'm4/argmatch.m4')
-rw-r--r--m4/argmatch.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/argmatch.m4 b/m4/argmatch.m4
new file mode 100644
index 0000000..beda5a1
--- /dev/null
+++ b/m4/argmatch.m4
@@ -0,0 +1,10 @@
+#serial 3
+dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_ARGMATCH],
+[
+ AC_LIBOBJ([argmatch])
+])