IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2005, 3:07:33 PM (21 years ago)
Author:
desonia
Message:

Bug #387 -- changes to autotools setup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/Makefile.cvs

    r3228 r3858  
    22
    33all:
    4         if [ "`which glibtoolize`" != "" ] ; then glibtoolize --force ; else libtoolize --force ; fi
    5         aclocal
    6         autoheader
    7         automake
    8         autoconf
     4        if [ "`which glibtoolize 2> /dev/null`" != "" ] ; then glibtoolize --force ; else libtoolize --force ; fi
     5        aclocal --force
     6        autoheader --force
     7        automake --add-missing --force
     8        autoconf --force
    99
Note: See TracChangeset for help on using the changeset viewer.