diff options
author | Peter Wehrfritz <peter.wehrfritz@web.de> | 2008-09-30 18:07:29 +0000 |
---|---|---|
committer | Peter Wehrfritz <peter.wehrfritz@web.de> | 2008-09-30 18:07:29 +0000 |
commit | 9e60f166245e127f6b71e13a780a8079bcfc23b9 (patch) | |
tree | 4d181e5c1823ee8f0474d15c179eb49acee8c823 /configure.ac | |
parent | e11761cb406c3c3b1bddfebcdeb12909a15d8eea (diff) |
configure.in -> configure.ac
SVN revision: 36364
Diffstat (limited to '')
-rw-r--r-- | configure.ac (renamed from configure.in) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.ac index 832e2b2..88ea77f 100644 --- a/configure.in +++ b/configure.ac | |||
@@ -5,7 +5,7 @@ rm -f config.cache | |||
5 | 5 | ||
6 | AC_INIT(expedite, 0.6.0, enlightenment-devel@lists.sourceforge.net) | 6 | AC_INIT(expedite, 0.6.0, enlightenment-devel@lists.sourceforge.net) |
7 | AC_PREREQ(2.52) | 7 | AC_PREREQ(2.52) |
8 | AC_CONFIG_SRCDIR(configure.in) | 8 | AC_CONFIG_SRCDIR(configure.ac) |
9 | AC_CANONICAL_BUILD | 9 | AC_CANONICAL_BUILD |
10 | AC_CANONICAL_HOST | 10 | AC_CANONICAL_HOST |
11 | 11 | ||