Changeset 1078

Show
Ignore:
Timestamp:
09/20/08 14:38:21 (4 months ago)
Author:
aj
Message:

fix packaged detection logic.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r1077 r1078  
    2828# Allow detection of packaged tarball 
    2929packaged: 
    30         echo > "$(distdir)/packaged" 
     30        echo > packaged 
  • trunk/configure.ac

    r1069 r1078  
    3838 
    3939AC_MSG_CHECKING([svn checkout]) 
    40 if test -e packaged; then 
     40if test -e $srcdir/packaged; then 
    4141        svn_checkout="no" 
    4242else