Changeset 18757

Show
Ignore:
Timestamp:
04/25/06 10:28:19 (3 years ago)
Author:
patrick
Message:

There are no more confiugre.in files in this source tree. This should fix
build problems that arose when users ran this script manually instead of
letting the build do it for them.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/autogen.sh

    r18650 r18757  
    6464      echo "Running $ACLOCAL $aclocalinclude ..." 
    6565      $ACLOCAL $aclocalinclude || exit 1 
    66       if grep "^AC_CONFIG_HEADER" configure.in >/dev/null 
     66      if grep "^AC_CONFIG_HEADER" configure.ac >/dev/null 
    6767      then 
    6868        echo "Running $AUTOHEADER ..."