summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 75bf8c2..07a4301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,9 +40,9 @@ AM_CONDITIONAL(REDGLASS, true)
AM_CONDITIONAL(HANDHELDS, true)
-AC_OUTPUT([
- Makefile
- handhelds/Makefile
- redglass/Makefile
- whiteglass/Makefile
+AC_CONFIG_FILES([Makefile
+ handhelds/Makefile
+ redglass/Makefile
+ whiteglass/Makefile
])
+AC_OUTPUT