[gnomemm-website] Remove unnecessary stuff from configure.ac.



commit 824a3e7cf854b7c8a7b8858ae3d5165a1302a58f
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 24 13:25:13 2010 +0100

    Remove unnecessary stuff from configure.ac.
    
    * build/.gitignore: Also add this to make sure that build/ always exists.

 ChangeLog        |    6 ++++++
 build/.gitignore |   13 +++++++++++++
 configure.ac     |    3 ---
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 805dde4..fecb7cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-24  Murray Cumming  <murrayc murrayc com>
 
+	Remove unnecessary stuff from configure.ac.
+
+	* build/.gitignore: Also add this to make sure that build/ always exists.
+
+2010-11-24  Murray Cumming  <murrayc murrayc com>
+
 	Move style stuff into style/ to avoid a clash with our redirect.
 
 2010-11-24  Murray Cumming  <murrayc murrayc-desktop>
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..2d993ed
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,13 @@
+/compile-binding.am
+/config.*
+/depcomp
+/dist-changelog.am
+/doc-reference.am
+/generate-binding.am
+/gnome-doc-utils.m4
+/gnome-doc-utils.make
+/install-sh
+/libtool.m4
+/lt*.m4
+/ltmain.sh
+/missing
diff --git a/configure.ac b/configure.ac
index 4d12ad0..3eaf16d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
-AC_PROG_CXX
-AC_PATH_PROG([PERL], [perl], [perl])
-
 AC_LANG([C++])
 
 GNOME_DOC_INIT([0.9.0],,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]