~vcs-imports/libdmapsharing/master

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: W. Michael Petullo
  • Date: 2020-07-06 01:05:18 UTC
  • Revision ID: git-v1:bec937254d1692920e2ce2a4cbcd1c15699a4b14
Clean up configure.ac

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
cd "$olddir"
19
19
 
20
 
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode $@ || exit 1
 
20
test -n "$NOCONFIGURE" || "$srcdir/configure" $@ || exit 1
21
21
 
22
22
# Now populate ChangeLog.
23
23
git log   >  "$srcdir/ChangeLog"