summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 16:37:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 16:37:09 (EDT)
commitd9d9666ba532b1399ba0078e82a237529c6dc513 (patch)
treecc6d8bd2f4baa79cc66646a738376e69c0315135 /configure.ac
parent56d28676e414ff51f4c06b1edc3db0851cb4f4b1 (diff)
configure.ac: Update AC_CONFIG_SRCDIR()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41d3414..6d6b874 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_INIT([ProteanOS Archive Manager], [1.4.0],
[mailto:proteanos-dev@lists.proteanos.com], [pro-archman],
[http://www.proteanos.com/dev/pro-archman/])
AC_CONFIG_AUX_DIR([build-aux])
-AC_CONFIG_SRCDIR([src/pro-archman.sh])
+AC_CONFIG_SRCDIR([src/main.sh])
AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 dist-xz subdir-objects])
AM_SILENT_RULES([yes])