Changeset 568 for trunk/configure.ac


Ignore:
Timestamp:
Mar 12, 2008, 11:08:49 PM (16 years ago)
Author:
Peter Johansson
Message:

using AC_CONFIG_FILES to create shell scripts from *.in files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r567 r568  
    4040test $prefix = NONE && prefix=/usr/local
    4141
    42 AM_CONFIG_HEADER([config.h])
     42AC_CONFIG_HEADER([config.h])
    4343AM_INIT_AUTOMAKE([std-options check-news])
    4444
     
    157157                bin/Makefile
    158158                lib/Makefile
    159                 test/Makefile])
     159                test/Makefile
     160                test/test_repo.sh
     161                test/check_repo_status.sh],
     162               [chmod +x test/test_repo.sh;
     163                chmod +x test/check_repo_status.sh])
    160164
    161165# Print failure status information about selected items, and exit if
Note: See TracChangeset for help on using the changeset viewer.