[gnome-builder] tests: Re-add accidentally deleted configure.ac



commit 438b7f4c1a179b0360878551aceab675fd36021a
Author: Patrick Griffis <tingping tingping se>
Date:   Wed Jun 14 22:52:28 2017 -0400

    tests: Re-add accidentally deleted configure.ac

 tests/data/project1/configure.ac |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/tests/data/project1/configure.ac b/tests/data/project1/configure.ac
new file mode 100644
index 0000000..939437d
--- /dev/null
+++ b/tests/data/project1/configure.ac
@@ -0,0 +1,11 @@
+AC_PREREQ([2.69])
+AC_INIT([project1], [0.1], [], [project1], [])
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([build-aux/m4])
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CANONICAL_HOST
+AM_INIT_AUTOMAKE([1.11 foreign subdir-objects tar-ustar no-dist-gzip dist-xz])
+LT_PREREQ([2.2])
+LT_INIT
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT


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