diff options
Diffstat (limited to 'recordmydesktop/configure.ac')
-rw-r--r-- | recordmydesktop/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 4965552..7cff3df 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(src/rmd.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.7.3,) +AC_INIT( [recordmydesktop], [0.3.7.3], ) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/rmd.c]) AM_CONFIG_HEADER(config.h) |