summaryrefslogtreecommitdiff
path: root/Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-02-10 09:08:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-02-10 09:08:57 +0000
commit1f7b91cb2794b2c4cba69b1cc3b6f73f51535677 (patch)
tree54a7ba094e890da4773984ac6dcddebdc0714bd9 /Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac
parenta55cc05629e8181f098b3ac4ac6244e602887e64 (diff)
Add musixtnt 2015-02-09
git-svn-id: svn://tug.org/texlive/trunk@36248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac')
-rw-r--r--Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac24
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac b/Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac
new file mode 100644
index 00000000000..2f23faa8f8f
--- /dev/null
+++ b/Build/source/texk/musixtnt/musixtnt-2015-02-09/configure.ac
@@ -0,0 +1,24 @@
+AC_PREREQ(2.63)
+AC_INIT([musixtnt],[2015-02-09],[rdt@cs.queensu.ca])
+AC_CONFIG_AUX_DIR([.])
+AM_INIT_AUTOMAKE
+AC_CONFIG_HEADERS([config.h])
+
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+# Checks for programs.
+AC_PROG_CC
+AM_PROG_CC_C_O
+
+# Checks for header files.
+AC_CHECK_HEADERS([stdlib.h string.h stdio.h time.h getopt.h])
+
+# Checks for typedefs, structures, and compiler characteristics.
+AC_HEADER_STDBOOL
+AC_TYPE_SIZE_T
+
+# Checks for library functions.
+AC_CHECK_FUNCS([strstr])
+
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT