]> gerrit.simantics Code Review - simantics/fmil.git/blobdiff - org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/configure.ac
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / c99_snprintf / c99-snprintf_1.1 / configure.ac
diff --git a/org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/configure.ac b/org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/configure.ac
new file mode 100644 (file)
index 0000000..e3687f4
--- /dev/null
@@ -0,0 +1,17 @@
+dnl $Id: configure.ac,v 1.2 2008/01/20 14:02:00 holger Exp $
+
+AC_INIT([C99-snprintf], [1.1], [holger@jhweiss.de])
+AC_PREREQ([2.60])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE
+AC_PROG_CC_C99
+
+HW_FUNC_VSNPRINTF
+HW_FUNC_SNPRINTF
+HW_FUNC_VASPRINTF
+HW_FUNC_ASPRINTF
+
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
+
+dnl vim:set filetype=m4: