diff options
Diffstat (limited to 'Build/source/texk/musixflx/configure.in')
-rw-r--r-- | Build/source/texk/musixflx/configure.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/texk/musixflx/configure.in b/Build/source/texk/musixflx/configure.in deleted file mode 100644 index ee2b36b9d30..00000000000 --- a/Build/source/texk/musixflx/configure.in +++ /dev/null @@ -1,14 +0,0 @@ -dnl Public domain. -dnl Process this file with autoconf to produce a configure script. - -AC_INIT(musixflx.c) -AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto]) - -sinclude(../kpathsea/common.ac) - -dnl These tests prevent reliable cross-compilation. Sigh. -AC_C_CHAR_UNSIGNED -AC_CHECK_SIZEOF(long) - -KPSE_CONFIG_FILES([Makefile]) -AC_OUTPUT |