aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'general-concepts/autotools/autoconf-1.txt')
-rw-r--r--general-concepts/autotools/autoconf-1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/general-concepts/autotools/autoconf-1.txt b/general-concepts/autotools/autoconf-1.txt
new file mode 100644
index 0000000..9a57cca
--- /dev/null
+++ b/general-concepts/autotools/autoconf-1.txt
@@ -0,0 +1,9 @@
+# vim: set ft=config :
+
+dnl Process this file with autoconf
+AC_INIT(appname, 0.1)
+AC_PREREQ(2.5)
+AC_CONFIG_SRCDIR(src/main.c)
+AC_CONFIG_AUX_DIR(config)
+AM_INIT_AUTOMAKE(1.8)
+