1 # Process this file with autoconf to produce a configure script.
3 AC_CONFIG_SRCDIR([gTAG/gTAG.sch])
9 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
12 AM_INIT_AUTOMAKE($PACKAGE, $DOTTED_VERSION, no-define)
15 # Expand the prefix variable
16 # I don't like the way this is done, but it works (I hope).
17 if eval "test x$prefix = xNONE"; then
18 dprefix=$ac_default_prefix
23 gedadocdir=$dprefix/share/doc/geda-doc
24 # --with-docdir : tells where to store documentation if not default
26 [ --with-docdir Where to store documentation if not default.],
28 expandgedadocdir=`echo $gedadocdir`
29 GEDADOCDIR=$expandgedadocdir
32 AC_SUBST(DATE_VERSION)
33 AC_SUBST(DOTTED_VERSION)
38 lightning_detector/Makefile
39 lightning_detector/sym/Makefile
44 TwoStageAmp/models/Makefile
45 TwoStageAmp/sym/Makefile ])
50 ** Configuration complete for $PACKAGE $DOTTED_VERSION.$DATE_VERSION