summaryrefslogtreecommitdiffstats
path: root/src/main.aap
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.aap')
-rw-r--r--src/main.aap4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.aap b/src/main.aap
index bedbbb5e3a..19bc97de55 100644
--- a/src/main.aap
+++ b/src/main.aap
@@ -22,11 +22,11 @@
# A U T O C O N F
#
- # Run autoconf when configure.in has been changed since it was last run.
+ # Run autoconf when configure.ac has been changed since it was last run.
# This is skipped when the signatures in "mysign" are up-to-date. When
# there is no autoconf program skip this (the signature is often the only
# thing that's outdated)
- auto/configure {signfile = mysign} : configure.in
+ auto/configure {signfile = mysign} : configure.ac
@if not program_path("autoconf"):
:print Can't find autoconf, using existing configure script.
@else: