Update of /cvsroot/digraphanalysis/digraphanalysis
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21943
Modified Files:
aclocal.m4 configure.ac
Log Message:
-AM_CONFIG_HEADER
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/digraphanalysis/digraphanalysis/aclocal.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** aclocal.m4 3 Jul 2005 00:35:05 -0000 1.1
--- aclocal.m4 3 Jul 2005 00:41:38 -0000 1.2
***************
*** 11,37 ****
dnl PARTICULAR PURPOSE.
- # Like AC_CONFIG_HEADER, but automatically create stamp file.
-
- AC_DEFUN([AM_CONFIG_HEADER],
- [AC_PREREQ([2.12])
- AC_CONFIG_HEADER([$1])
- dnl When config.status generates a header, we must update the stamp-h file.
- dnl This file resides in the same directory as the config header
- dnl that is generated. We must strip everything past the first ":",
- dnl and everything past the last "/".
- AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
- ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
- <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
- <<am_indx=1
- for am_file in <<$1>>; do
- case " <<$>>CONFIG_HEADERS " in
- *" <<$>>am_file "*<<)>>
- echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
- ;;
- esac
- am_indx=`expr "<<$>>am_indx" + 1`
- done<<>>dnl>>)
- changequote([,]))])
-
# Do all the work for Automake. This macro actually does too much --
# some checks are only needed if your package does certain things.
--- 11,14 ----
Index: configure.ac
===================================================================
RCS file: /cvsroot/digraphanalysis/digraphanalysis/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** configure.ac 1 Jul 2005 16:54:24 -0000 1.4
--- configure.ac 3 Jul 2005 00:41:38 -0000 1.5
***************
*** 2,6 ****
AC_CONFIG_SRCDIR([src/alias.c])
- AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
--- 2,5 ----
|