summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-02-18 14:52:25 -0500
committerRyan Lortie <desrt@desrt.ca>2015-02-18 15:16:26 -0500
commit00926de87b14fd00a1002daedb28b636c2b8b8d1 (patch)
tree7756becc6bbeaa36bada9be46c9d8886f2cfbefd /autogen.sh
parent3d913275203db3e65f785a3f490bd764815e071d (diff)
downloaddconf-00926de87b14fd00a1002daedb28b636c2b8b8d1.tar.gz
configure: rename aux to build-aux
...to better match conventions in other modules, and to silence an irrelevant warning about portability to Windows.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6238035..27eb01d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ else
automake_suffix=''
fi
-mkdir -p m4 aux
+mkdir -p m4 build-aux
intltoolize --force
gtkdocize --docdir docs --flavour no-tmpl
aclocal${automake_suffix}