diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b0e27e1..75d216a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_INIT([ProteanOS Development Kit], [1.2.0], [mailto:proteanos-dev@lists.proteanos.com], [prokit], [http://www.proteanos.com/dev/prokit/]) AC_CONFIG_AUX_DIR([build-aux]) -AC_CONFIG_SRCDIR([src/prokit.sh]) +AC_CONFIG_SRCDIR([src/main.sh]) AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 dist-xz subdir-objects]) AM_SILENT_RULES([yes]) @@ -71,4 +71,5 @@ AC_ARG_WITH( ) AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([config.sh]) AC_OUTPUT() |