summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 00:26:27 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 00:26:27 (EST)
commit05e665bf71565f2dab1fbf8c67fe39bf56da97a6 (patch)
tree7f18d6ce7d3d28bca1aca0458fefc7a66873c202
parent15e40f4010034b0b550a17e6572cd7eb941a06b3 (diff)
configure.ac: Update AC_CONFIG_SRCDIR() macro
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb29f8c..75d216a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_INIT([ProteanOS Development Kit], [1.2.0],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_SRCDIR([src/prokit.sh])
+AC_CONFIG_SRCDIR([src/main.sh])
AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 dist-xz subdir-objects])
AM_SILENT_RULES([yes])