Show
Ignore:
Timestamp:
04/14/06 15:26:15 (3 years ago)
Author:
patrick
Message:

Catch up with the Autoconf configure script input naming convention circa
2001. I have been wanting to do this for a long, long time, but I was
reluctant to lose the long revision history for the configure.in files.
Fortunately, with Subversion, this isn't an issue.

Files:

Legend:

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

    r13898 r18650  
    4545echo "Running $ACLOCAL $aclocalinclude ..." 
    4646$ACLOCAL $aclocalinclude 
    47 if grep "^AC_CONFIG_HEADER" configure.in >/dev/null 
     47if grep "^AC_CONFIG_HEADER" configure.ac >/dev/null 
    4848then 
    4949  echo "Running $AUTOHEADER..."