IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2005, 3:01:56 PM (21 years ago)
Author:
desonia
Message:

added check so that config/etc is not installed on top of itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.cvs

    r3199 r3238  
    22
    33all:
    4         if [ "`which glibtoolize`" != "" ] ; then glibtoolize --force ; else libtoolize --force ; fi
     4        if [ "`which glibtoolize 2> /dev/null`" != "" ] ; then glibtoolize --force ; else libtoolize --force ; fi
    55        aclocal
    66        autoheader
Note: See TracChangeset for help on using the changeset viewer.