Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mgizapp/configure.ac')
-rw-r--r--mgizapp/configure.ac28
1 files changed, 0 insertions, 28 deletions
diff --git a/mgizapp/configure.ac b/mgizapp/configure.ac
deleted file mode 100644
index f4696d0..0000000
--- a/mgizapp/configure.ac
+++ /dev/null
@@ -1,28 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl Created by Anjuta application wizard.
-
-AC_INIT(mgiza, 1.0)
-
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-AM_CONFIG_HEADER(config.h)
-AM_MAINTAINER_MODE
-
-AC_ISC_POSIX
-AC_PROG_CXX
-AM_PROG_CC_STDC
-AC_HEADER_STDC
-
-
-
-AC_PROG_RANLIB
-AM_PROG_LIBTOOL
-AC_PROG_LIBTOOL
-
-
-
-
-AC_OUTPUT([
-Makefile
-src/Makefile
-src/mkcls/Makefile
-])