blob: 1606665c0a2b9e1278efcf7b523627f1143fe571 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- configure.in.orig Fri Feb 9 23:52:19 2001
+++ configure.in Fri Feb 9 23:53:32 2001
@@ -233,4 +233,6 @@
AC_OUTPUT([Makefile intl/Makefile po/Makefile.in],
[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
+AC_OUTPUT_SUBDIRS(Expense)
+AC_OUTPUT_SUBDIRS(SyncTime)
dnl AC_OUTPUT(Makefile)
|