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.bak')
-rw-r--r--mgizapp/configure.ac.bak31
1 files changed, 0 insertions, 31 deletions
diff --git a/mgizapp/configure.ac.bak b/mgizapp/configure.ac.bak
deleted file mode 100644
index f84309f..0000000
--- a/mgizapp/configure.ac.bak
+++ /dev/null
@@ -1,31 +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
-
-
-
-
-
-
-AM_PROG_LIBTOOL
-
-
-
-
-
-
-AC_OUTPUT([
-Makefile
-src/Makefile
-
-])