diff options
Diffstat (limited to 'qt-recordmydesktop/configure.ac')
-rw-r--r-- | qt-recordmydesktop/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-recordmydesktop/configure.ac b/qt-recordmydesktop/configure.ac index 5eecfe3..c04dedd 100644 --- a/qt-recordmydesktop/configure.ac +++ b/qt-recordmydesktop/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59) -AC_INIT(src/rmdSimple.py) -AM_INIT_AUTOMAKE(qt-recordmydesktop, 0.3.7.2) +AC_INIT([qt-recordmydesktop], [0.3.7.2]) +AM_INIT_AUTOMAKE AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) |