diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-05-02 20:37:56 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-05-02 20:38:21 +0300 |
commit | a04c2b02fa45f80e78ee61572bda018a84f45109 (patch) | |
tree | e162258f2df2831718ac4aec60e99684d750e91f /configure.ac | |
parent | 4632248cbbc63f140a9e137e889e0185de8d7b54 (diff) | |
download | bash-completion-a04c2b02fa45f80e78ee61572bda018a84f45109.tar.gz |
build system: Remaining layout change related fixes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |