[svn-commits] tzafrir: branch 1.2 r1653 - /branches/1.2/xpp/utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Nov 28 07:37:16 MST 2006


Author: tzafrir
Date: Tue Nov 28 08:37:15 2006
New Revision: 1653

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1653
Log:
Give sane defualts to values that we get in 1.4 from autoconf.

Modified:
    branches/1.2/xpp/utils/Makefile

Modified: branches/1.2/xpp/utils/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/utils/Makefile?view=diff&rev=1653&r1=1652&r2=1653
==============================================================================
--- branches/1.2/xpp/utils/Makefile (original)
+++ branches/1.2/xpp/utils/Makefile Tue Nov 28 08:37:15 2006
@@ -4,7 +4,11 @@
 
 TOPDIR		?= ../..
 
--include $(TOPDIR)/makeopts
+# In 1.4 those are provided by autoconf through makeopts
+prefix		?= /usr
+datadir		?= $(prefix)/share
+mandir		?= $(datadir)/man
+INSTALL		?= install
 
 INSTALL_DATA	= $(INSTALL) -m 644
 



More information about the svn-commits mailing list