diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-14 21:16:36 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-14 21:16:36 +0000 |
commit | 689efc1c65844a9a4e53a8152a869f92febe8686 (patch) | |
tree | cd2794a75780f3d1970397b524bc0d96371d05b5 /gtk-recordmydesktop/configure.ac | |
parent | 4bb51537763e8ff4f6490c7f5e481b22168903cf (diff) |
added, encoding proccess monitor
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@168 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop/configure.ac')
-rw-r--r-- | gtk-recordmydesktop/configure.ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk-recordmydesktop/configure.ac b/gtk-recordmydesktop/configure.ac index 5ec0b9d..e88eea6 100644 --- a/gtk-recordmydesktop/configure.ac +++ b/gtk-recordmydesktop/configure.ac @@ -1,31 +1,31 @@ AC_PREREQ(2.59) AC_INIT(src/gtk-recordMyDesktop) -AM_INIT_AUTOMAKE(gtk-recordMyDesktop, 0.2.1-r4) +AM_INIT_AUTOMAKE(gtk-recordMyDesktop, 0.3) AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) AC_SUBST(PYGTK_REQ, 2.4) -#The following test is needed for the expansion bellow +#The following test is needed for the expansion bellow if test "x$prefix" == "xNONE"; then export prefix="/usr/local/" -else +else echo "prefix set to $prefix" fi #this expansion is needed because in some cases the datadir expansion will #not give an absolute path but one based on the $prefix env variable. -#This value gets directly in the rmdConfig.py file which will later fail +#This value gets directly in the rmdConfig.py file which will later fail #if it has a value of ${prefix}/something. So it needs to know which was the prefix during #installation. And that's why the above test is needed. In case no prefix is given -#we still have to insert the default to avoid a path of NONE/something. and NONE can't be +#we still have to insert the default to avoid a path of NONE/something. and NONE can't be #replaced within the script since it is also a valid name for a directory. #also,this behavior doesn't affect already existing dist tarballs and probably has to do with #the environment that the autotools were used, to produce the tarballs -#(both cases were noticed with v1.7 of autowhatever, but on different environments) +#(both cases were noticed with v1.7 of autowhatever, but on different environments) #did you really read this? If you are a packager, you must be a very responsible one!Congrats! -AS_AC_EXPAND(PREFIX,$prefix) +AS_AC_EXPAND(PREFIX,$prefix) AS_AC_EXPAND(DATADIR, "$datadir") AC_MSG_NOTICE(Storing data files in $DATADIR) @@ -71,7 +71,7 @@ export PYTHONPATH=$PYGST_DIR:$PYTHONPATH -AC_CONFIG_FILES([Makefile +AC_CONFIG_FILES([Makefile src/Makefile src/rmdConfig.py po/Makefile.in]) |