summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-05-02 20:37:56 +0300
committerVille Skyttä <ville.skytta@iki.fi>2011-05-02 20:38:21 +0300
commita04c2b02fa45f80e78ee61572bda018a84f45109 (patch)
treee162258f2df2831718ac4aec60e99684d750e91f /configure.ac
parent4632248cbbc63f140a9e137e889e0185de8d7b54 (diff)
downloadbash-completion-a04c2b02fa45f80e78ee61572bda018a84f45109.tar.gz
build system: Remaining layout change related fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fb61bb22..875811dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
AC_PREREQ([2.59])
AC_INIT([bash-completion], [1.99])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip -Wall -Werror])
-AC_SUBST(bashcompdir, $pkgdatadir/completions)
AC_SUBST(compatdir, $sysconfdir/bash_completion.d)
-AC_CONFIG_FILES([Makefile completions/Makefile completions/helpers/Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile completions/Makefile helpers/Makefile test/Makefile])
AC_OUTPUT