Changeset 464c6d for util/configure.ac


Ignore:
Timestamp:
Apr 24, 2008, 11:16:08 AM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
c9b32a
Parents:
76b3dc
Message:

script files have paths (for bin programs used inside) now written into by automake

We use $prefix@ and alikes to put the correct path into it. Though, it's a bit of a pain as @bindir@ is not replaced with an absolute path but with ${exec_prefix}/bindir, which is not helping very much ... (exec_prefix=@prefix@ then helps)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/configure.ac

    r76b3dc r464c6d  
    3030AC_FUNC_REALLOC
    3131AC_CHECK_FUNCS([pow sqrt strchr strrchr strstr])
    32 AC_CONFIG_FILES([Makefile doc/Makefile Nanotubes.pl ReSequenceDX.pl])
     32AC_CONFIG_FILES([Makefile doc/Makefile])
     33AC_CONFIG_FILES([CreateFromXYZ.sh dynamicANOVA.sh Nanotubes.pl ReSequenceDX.pl])
    3334AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.